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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}