Portfolio Banners

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

O que é Portfolio Banners?

Portfolio Banners é uma extensão do Chrome desenvolvida por Brother Ad School, e sua principal característica é "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Portfolio Banners

Baixe arquivos de extensão Portfolio Banners no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Portfolio Banners Portfolio Banners
ID bhnngdimlbmghlonhlbeldibdlekggeh
URL Oficial https://chromewebstore.google.com/detail/portfolio-banners/bhnngdimlbmghlonhlbeldibdlekggeh
Descrição Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet
Tamanho do Arquivo 292 KB
Contagem de Instalações 49
Versão Atual 1.0.6
Última Atualização 2016-05-23
Data de Publicação 2016-05-23
Classificação 4.97/5 Total de 29 Avaliações
Desenvolvedor Brother Ad School
Tipo de Pagamento free
Site da Extensão http://brotherad.com/portfoliobanners/
Idiomas Suportados 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"
    ]
}