Fark Nag Eliminator
Disable fark.com's Adblock notification nag! By SysOp.
Qu'est-ce que Fark Nag Eliminator ?
Fark Nag Eliminator est une extension Chrome développée par mudmin, et sa fonction principale est "Disable fark.com's Adblock notification nag! By SysOp.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fark Nag Eliminator
Téléchargez les fichiers d'extension Fark Nag Eliminator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | oefeinhipbdjeemidefnpdlmcjhgahge |
URL Officiel | https://chrome.google.com/webstore/detail/fark-nag-eliminator/oefeinhipbdjeemidefnpdlmcjhgahge |
Description | Disable fark.com's Adblock notification nag! By SysOp. |
Taille du Fichier | 329 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2014-09-21 |
Date de Publication | 2014-09-21 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | mudmin |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |