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" ] } |