Benedict Cumberbatch-inator

Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…

ما هو Benedict Cumberbatch-inator؟

Benedict Cumberbatch-inator هو إضافة Chrome تم تطويرها بواسطة gabefoad، والميزة الرئيسية لها هي "Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…".

تحميل ملف CRX للإضافة Benedict Cumberbatch-inator

قم بتنزيل ملفات الامتداد Benedict Cumberbatch-inator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a lifelike name.                    

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

الاسم Benedict Cumberbatch-inator Benedict Cumberbatch-inator
ID ampoimiogjcflocfdikffpcpgongfkgh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/benedict-cumberbatch-inat/ampoimiogjcflocfdikffpcpgongfkgh
الوصف Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…
حجم الملف 4.99 KB
عدد التثبيتات 14
النسخة الحالية 1.2.0
آخر تحديث 2016-07-21
تاريخ النشر 2016-07-21
تقييم 4.50/5 مجموع تقييمات 2
المطور gabefoad
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benedict Cumberbatch-inator",
    "manifest_version": 2,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "benedict.js"
            ],
            "run_at": "document_end"
        }
    ]
}