Brosnan Background

Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia

Co je Brosnan Background?

Brosnan Background je rozšíření Chrome vyvinuté Neil Kewn, a jeho hlavní funkcí je „Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Brosnan Background

Stáhněte si soubory rozšíření Brosnan Background ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Browse the web in style and sophistication. Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia.                    

Základní Informace o Rozšíření

Název Brosnan Background Brosnan Background
ID ibgfecepfbndjoobdooacegmegoolcmh
Oficiální URL https://chrome.google.com/webstore/detail/brosnan-background/ibgfecepfbndjoobdooacegmegoolcmh
Popis Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia
Velikost souboru 40.78 KB
Počet instalací 20
Aktuální Verze 1
Poslední Aktualizace 2015-05-03
Datum Vydání 2015-05-03
Hodnocení 3.50/5 Celkem 4 Hodnocení
Vývojář Neil Kewn
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brosnan Background",
    "version": "1",
    "description": "Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Where are those happy days?"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "content.css"
    ]
}