Fark Nag Eliminator
Disable fark.com's Adblock notification nag! By SysOp.
Wat is Fark Nag Eliminator?
Fark Nag Eliminator is een Chrome-extensie ontwikkeld door mudmin, en de belangrijkste functie is "Disable fark.com's Adblock notification nag! By SysOp.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fark Nag Eliminator
Download Fark Nag Eliminator-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
If you love Fark.com and use an ad-blocking software, this simple extension gets rid of Fark's annoying "Fark feeds our squirrel with revenue from ads, please whitelist us in adblock/noscript/your-ad-blocker-of-choice! (Read more) Or please consider joining TotalFark" message.
Basisinformatie over de Extensie
Naam | |
ID | oefeinhipbdjeemidefnpdlmcjhgahge |
Officiële URL | https://chrome.google.com/webstore/detail/fark-nag-eliminator/oefeinhipbdjeemidefnpdlmcjhgahge |
Beschrijving | Disable fark.com's Adblock notification nag! By SysOp. |
Bestandsgrootte | 329 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2014-09-21 |
Publicatiedatum | 2014-09-21 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | mudmin |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fark Nag Eliminator", "version": "1.3.1", "description": "Disable fark.com's Adblock notification nag! By SysOp.", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.fark.com\/*", "https:\/\/*.fark.com\/*" ], "js": [ "main.js" ], "run_at": "document_end", "all_frames": true } ] } |