Bumpercar Candysnatch

Replaces Benedict Cumberbatch with silly names

ما هو Bumpercar Candysnatch؟

Bumpercar Candysnatch هو إضافة Chrome تم تطويرها بواسطة Viktor Seč، والميزة الرئيسية لها هي "Replaces Benedict Cumberbatch with silly names".

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

screenshot

تحميل ملف CRX للإضافة Bumpercar Candysnatch

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

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

                        Inspiration and original substitutions come from the following AskReddit thread:

https://www.reddit.com/r/AskReddit/comments/5ccuwq/whats_your_best_approximation_of_benedict/

Source available on GitHub: https://github.com/viktorsec/bumpercar-candysnatch                    

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

الاسم Bumpercar Candysnatch Bumpercar Candysnatch
ID gfgeflpiolnadakikfnhlmlmnbmadbaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj
الوصف Replaces Benedict Cumberbatch with silly names
حجم الملف 5.02 KB
عدد التثبيتات 41
النسخة الحالية 0.1.2
آخر تحديث 2016-11-12
تاريخ النشر 2016-11-12
تقييم 5.00/5 مجموع تقييمات 4
المطور Viktor Seč
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/viktorsec/bumpercar-candysnatch
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bumpercar Candysnatch",
    "description": "Replaces Benedict Cumberbatch with silly names",
    "version": "0.1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}