Portfolio Banners
Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet
Portfolio Banners क्या है?
Portfolio Banners Brother Ad School द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Portfolio Banners एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Now, creative directors (it’s a tool for them, mostly) will be able to see portfolios without compromising their time. This extension does: - Swap all banner formats. - Swap Google Adsense - Hide spam
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bhnngdimlbmghlonhlbeldibdlekggeh |
आधिकारिक URL | https://chromewebstore.google.com/detail/portfolio-banners/bhnngdimlbmghlonhlbeldibdlekggeh |
विवरण | Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet |
फ़ाइल का आकार | 292 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2016-05-23 |
प्रकाशन तिथि | 2016-05-23 |
रेटिंग | 4.97/5 कुल 29 रेटिंग्स |
डेवलपर | Brother Ad School |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://brotherad.com/portfoliobanners/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Portfolio Banners", "version": "1.0.6", "description": "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet", "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", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "tabs", "background", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |