gerben
/
bannerbanner
Browser extension to hide view-reducing screen junk from websites.
Code
Issues
1
Pull Requests
0
Releases
3
Activity
Browse Source
v1.1.0
tags/v1.1.0
Gerben
6 years ago
parent
9aa35c0e4b
commit
e244b00384
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extension/manifest.json
+1
-1
package.json
+ 1
- 1
extension/manifest.json
View File
@@ -1,7 +1,7 @@
{
"name": "bannerbanner",
"description": "Hide view-reducing screen junk from websites.",
"version": "1.
0
.0",
"version": "1.
1
.0",
"page_action": {
"browser_style": true,
"default_title": "Ban banners",
+ 1
- 1
package.json
View File
@@ -1,6 +1,6 @@
{
"name": "bannerbanner",
"version": "1.
0
.0",
"version": "1.
1
.0",
"description": "No description.",
"scripts": {
"build": "npm run build-content-script && npm run build-background-script",
Write
Preview
Loading…
Cancel
Save