Portfolio Banners
Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet
Cos'è Portfolio Banners?
Portfolio Banners è un'estensione di Chrome sviluppata da Brother Ad School, e la sua funzione principale è "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Portfolio Banners
Scarica i file di estensione Portfolio Banners in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bhnngdimlbmghlonhlbeldibdlekggeh |
URL Ufficiale | https://chromewebstore.google.com/detail/portfolio-banners/bhnngdimlbmghlonhlbeldibdlekggeh |
Descrizione | Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet |
Dimensione del File | 292 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2016-05-23 |
Data di Pubblicazione | 2016-05-23 |
Valutazione | 4.97/5 Totale 29 Valutazioni |
Sviluppatore | Brother Ad School |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://brotherad.com/portfoliobanners/ |
Lingue Supportate | 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" ] } |