Portfolio Banners

Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet

What is Portfolio Banners?

Portfolio Banners is a Chrome extension developed by Brother Ad School, and its main feature is "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet".

Extension Screenshots

screenshot
screenshot
screenshot

Download Portfolio Banners Extension CRX File

Download Portfolio Banners extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Portfolio Banners Portfolio Banners
ID bhnngdimlbmghlonhlbeldibdlekggeh
Official URL https://chromewebstore.google.com/detail/portfolio-banners/bhnngdimlbmghlonhlbeldibdlekggeh
Description Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet
File Size 292 KB
Installation Count 49
Current Version 1.0.6
Last Updated 2016-05-23
Publish Date 2016-05-23
Rating 4.97/5 Total 29 Ratings
Developer Brother Ad School
Payment Type free
Extension Website http://brotherad.com/portfoliobanners/
Supported Languages 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"
    ]
}