Crappy Ad Swap
Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.
Τι είναι το Crappy Ad Swap;
Το Crappy Ad Swap είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brother Ad School, και η κύρια λειτουργία του είναι "Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Crappy Ad Swap
Λήψη αρχείων επέκτασης Crappy Ad Swap σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Crappy Ad Swap |
ID | jmfcnfdbiiojincfpacekoiolacgmohb |
Επίσημο URL | https://chromewebstore.google.com/detail/crappy-ad-swap/jmfcnfdbiiojincfpacekoiolacgmohb |
Περιγραφή | Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites. |
Μέγεθος Αρχείου | 293 KB |
Αριθμός Εγκαταστάσεων | 258 |
Τρέχουσα Έκδοση | 1.2.3 |
Τελευταία Ενημέρωση | 2016-05-23 |
Ημερομηνία Δημοσίευσης | 2016-05-23 |
Αξιολόγηση | 4.82/5 Συνολικά 55 Αξιολογήσεις |
Προγραμματιστής | Brother Ad School |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://brotherad.com/crappyadswap/ |
Υποστηριζόμενες Γλώσσες | 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" ] } |