Version 1.1.2.5

+ Add log feature
+ Add user request #9
This commit is contained in:
Kevin Röbert
2017-11-18 01:34:01 +01:00
parent 9e856ea597
commit 6f64682067
14 changed files with 1008 additions and 203 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.1.2.4",
"version": "1.1.2.5",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs. ",
"homepage_url": "https://github.com/KevinRoebert/ClearUrls",
@@ -28,6 +28,8 @@
],
"background": {
"scripts": [
"jquery-3.2.1.min.js",
"sha256.jquery.js",
"clearurls.js"
]
},
@@ -37,6 +39,7 @@
}
],
"web_accessible_resources": [
"siteBlockedAlert.html"
"siteBlockedAlert.html",
"log.html"
]
}