Sledgehammer
This commit is contained in:
parent
a799d40029
commit
40ff16762b
|
@ -24,7 +24,7 @@ var os;
|
||||||
*/
|
*/
|
||||||
browser.runtime.getPlatformInfo(function(info) {
|
browser.runtime.getPlatformInfo(function(info) {
|
||||||
os = info.os;
|
os = info.os;
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize the JSON provider object keys.
|
* Initialize the JSON provider object keys.
|
||||||
|
@ -773,3 +773,4 @@ browser.webRequest.onBeforeRequest.addListener(
|
||||||
{urls: ["<all_urls>"]},
|
{urls: ["<all_urls>"]},
|
||||||
["blocking"]
|
["blocking"]
|
||||||
);
|
);
|
||||||
|
});
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "ClearURLs",
|
"name": "ClearURLs",
|
||||||
"version": "1.2.1.2",
|
"version": "1.2.1.3",
|
||||||
"author": "Kevin R.",
|
"author": "Kevin R.",
|
||||||
"description": "Remove tracking elements form URLs.",
|
"description": "Remove tracking elements form URLs.",
|
||||||
"homepage_url": "https://github.com/KevinRoebert/ClearUrls",
|
"homepage_url": "https://github.com/KevinRoebert/ClearUrls",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user