Sledgehammer

This commit is contained in:
Kevin Röbert 2018-01-25 23:03:18 +01:00
parent a799d40029
commit 40ff16762b
2 changed files with 676 additions and 675 deletions

View File

@ -24,7 +24,7 @@ var os;
*/
browser.runtime.getPlatformInfo(function(info) {
os = info.os;
});
/**
* Initialize the JSON provider object keys.
@ -773,3 +773,4 @@ browser.webRequest.onBeforeRequest.addListener(
{urls: ["<all_urls>"]},
["blocking"]
);
});

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.2.1.2",
"version": "1.2.1.3",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs.",
"homepage_url": "https://github.com/KevinRoebert/ClearUrls",