Moyesbuster

Replace mentions of David Moyes with...Nick Cage

Moyesbusterคืออะไร?

Moyesbuster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lukas White และคุณลักษณะหลักของมันคือ "Replace mentions of David Moyes with...Nick Cage"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moyesbuster

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

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

                        Bored of constant talk about David Moyes on every football and news site on the Internet?  This extension simply replaces his name with Nick Cage's.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Moyesbuster Moyesbuster
ID clfghnaffmkkoccdieenldfjfcofeefc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/moyesbuster/clfghnaffmkkoccdieenldfjfcofeefc
คำอธิบาย Replace mentions of David Moyes with...Nick Cage
ขนาดไฟล์ 37.2 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-02-20
วันที่เผยแพร่ 2014-02-20
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Lukas White
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.lukaswhite.com
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moyesbuster",
    "description": "Replace mentions of David Moyes with...Nick Cage",
    "version": "0.1",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}