Portfolio Banners

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

Qu'est-ce que Portfolio Banners ?

Portfolio Banners est une extension Chrome développée par Brother Ad School, et sa fonction principale est "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Portfolio Banners

Téléchargez les fichiers d'extension Portfolio Banners au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Portfolio Banners Portfolio Banners
ID bhnngdimlbmghlonhlbeldibdlekggeh
URL Officiel 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
Taille du Fichier 292 KB
Nombre d'Installations 49
Version Actuelle 1.0.6
Dernière Mise à Jour 2016-05-23
Date de Publication 2016-05-23
Évaluation 4.97/5 Total 29 Évaluations
Développeur Brother Ad School
Type de Paiement free
Site Web de l'Extension http://brotherad.com/portfoliobanners/
Langues Prises en Charge 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"
    ]
}