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 - это расширение Chrome, разработанное Brother Ad School, и его основная функция - "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet".
Снимки экрана расширения
Скачать файл CRX расширения Portfolio Banners
Скачайте файлы расширений 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" ] } |