Crappy Ad Swap
Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.
Qu'est-ce que Crappy Ad Swap ?
Crappy Ad Swap est une extension Chrome développée par Brother Ad School, et sa fonction principale est "Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crappy Ad Swap
Téléchargez les fichiers d'extension Crappy Ad Swap 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
Crappy Ad Swap is an extension that allows you to see good advertising instead of the bad advertising you usually find when you surf websites. This extension has an educative purpose and is exclusive for Brother’s students, so you need a code to install it. Ask at your Brother base for it! This extension does: - Swap all banner formats. - Swap Google Adsense - Hide spam
Informations de Base sur l'Extension
Nom | Crappy Ad Swap |
ID | jmfcnfdbiiojincfpacekoiolacgmohb |
URL Officiel | https://chromewebstore.google.com/detail/crappy-ad-swap/jmfcnfdbiiojincfpacekoiolacgmohb |
Description | Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites. |
Taille du Fichier | 293 KB |
Nombre d'Installations | 258 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2016-05-23 |
Date de Publication | 2016-05-23 |
Évaluation | 4.82/5 Total 55 Évaluations |
Développeur | Brother Ad School |
Type de Paiement | free |
Site Web de l'Extension | http://brotherad.com/crappyadswap/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crappy Ad Swap", "version": "1.2.3", "description": "Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "browser_action": { "default_icon": { "19": "icon-19-disabled.png", "38": "icon-38-disabled.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "config.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "jquery.js", "config.js", "background.js" ] }, "permissions": [ "tabs", "background", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |