Ad Minus
Dismiss ad overlays.
Hvad er Ad Minus?
Ad Minus er en Chrome-udvidelse udviklet af ericlawrence, og dens hovedfunktion er "Dismiss ad overlays.".
Udvidelsesskærmbilleder
Download Ad Minus-udvidelses-CRX-fil
Download Ad Minus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Ad Minus |
ID | iogaabojnbehlhfdigojaopppipmlmjm |
Officiel URL | https://chromewebstore.google.com/detail/ad-minus/iogaabojnbehlhfdigojaopppipmlmjm |
Beskrivelse | Dismiss ad overlays. |
Filstørrelse | 42.32 KB |
Antal Installationer | 14 |
Nuværende Version | 0.1 |
Senest Opdateret | 2013-03-16 |
Udgivelsesdato | 2013-03-16 |
Udvikler | ericlawrence |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/squaretone/adminus |
Understøttede Sprog | 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" ] } |