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によって開発されたChromeの拡張機能で、その主な機能は「Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet」です。
拡張機能のスクリーンショット
Portfolio Banners拡張機能のCRXファイルをダウンロード
Portfolio Banners拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |