Ward to Beardy McTraitorson

Replaces the text 'Ward' with 'Beardy McTraitorson'.

ما هو Ward to Beardy McTraitorson؟

Ward to Beardy McTraitorson هو إضافة Chrome تم تطويرها بواسطة Andrew، والميزة الرئيسية لها هي "Replaces the text 'Ward' with 'Beardy McTraitorson'.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ward to Beardy McTraitorson

قم بتنزيل ملفات الامتداد Ward to Beardy McTraitorson بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Replaces "Ward" with "Beardy McTraitorson"

Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt                    

معلومات أساسية عن التمديد

الاسم Ward to Beardy McTraitorson Ward to Beardy McTraitorson
ID eeiloalhakajfbkokmlmlmkdbcidinfd
عنوان URL الرسمي https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd
الوصف Replaces the text 'Ward' with 'Beardy McTraitorson'.
حجم الملف 3.36 KB
عدد التثبيتات 23
النسخة الحالية 1.0
آخر تحديث 2014-09-25
تاريخ النشر 2014-09-25
تقييم 5.00/5 مجموع تقييمات 5
المطور Andrew
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ward to Beardy McTraitorson",
    "version": "1.0",
    "description": "Replaces the text 'Ward' with 'Beardy McTraitorson'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}