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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Crappy Ad Swap एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |