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

Cos'è Brosnan Background?

Brosnan Background è un'estensione di Chrome sviluppata da Neil Kewn, e la sua funzione principale è "Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Brosnan Background

Scarica i file di estensione Brosnan Background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Brosnan Background Brosnan Background
ID ibgfecepfbndjoobdooacegmegoolcmh
URL Ufficiale https://chrome.google.com/webstore/detail/brosnan-background/ibgfecepfbndjoobdooacegmegoolcmh
Descrizione Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia
Dimensione del File 40.78 KB
Conteggio Installazioni 20
Versione Corrente 1
Ultimo Aggiornamento 2015-05-03
Data di Pubblicazione 2015-05-03
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore Neil Kewn
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}