Ad Minus
Dismiss ad overlays.
Wat is Ad Minus?
Ad Minus is een Chrome-extensie ontwikkeld door ericlawrence, en de belangrijkste functie is "Dismiss ad overlays.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ad Minus
Download Ad Minus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds an icon to the url bar on supported sites allowing you to dismiss certain ad overlays. More sites and the ability to add custom sites will be supported in the future. Right now it is only active on Omaha.com.
Basisinformatie over de Extensie
Naam | Ad Minus |
ID | iogaabojnbehlhfdigojaopppipmlmjm |
Officiële URL | https://chromewebstore.google.com/detail/ad-minus/iogaabojnbehlhfdigojaopppipmlmjm |
Beschrijving | Dismiss ad overlays. |
Bestandsgrootte | 42.32 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-03-16 |
Publicatiedatum | 2013-03-16 |
Ontwikkelaar | ericlawrence |
Betalingswijze | free |
Extensiewebsite | https://github.com/squaretone/adminus |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ad Minus", "version": "0.1", "manifest_version": 2, "description": "Dismiss ad overlays.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.omaha.com\/*" ], "js": [ "jquery-1.9.1.min.js", "content.js" ] } ], "page_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Remove ad overlay" }, "permissions": [ "tabs" ] } |