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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Brosnan Background

ดาวน์โหลดไฟล์ส่วนขยาย Brosnan Background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}