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

Brosnan Background क्या है?

Brosnan Background Neil Kewn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Brosnan Background एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Brosnan Background Brosnan Background
ID ibgfecepfbndjoobdooacegmegoolcmh
आधिकारिक URL https://chrome.google.com/webstore/detail/brosnan-background/ibgfecepfbndjoobdooacegmegoolcmh
विवरण Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia
फ़ाइल का आकार 40.78 KB
स्थापना संख्या 20
वर्तमान संस्करण 1
अंतिम अपडेट 2015-05-03
प्रकाशन तिथि 2015-05-03
रेटिंग 3.50/5 कुल 4 रेटिंग्स
डेवलपर Neil Kewn
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}