Donald Trump Is An Actual Circus Clown

Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.

ما هو Donald Trump Is An Actual Circus Clown؟

Donald Trump Is An Actual Circus Clown هو إضافة Chrome تم تطويرها بواسطة satellytehye، والميزة الرئيسية لها هي "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".

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

screenshot

تحميل ملف CRX للإضافة Donald Trump Is An Actual Circus Clown

قم بتنزيل ملفات الامتداد Donald Trump Is An Actual Circus Clown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.                    

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

الاسم Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
عنوان URL الرسمي https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
الوصف Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
حجم الملف 18.99 KB
عدد التثبيتات 50
النسخة الحالية 0.1
آخر تحديث 2015-12-08
تاريخ النشر 2015-12-08
تقييم 4.00/5 مجموع تقييمات 4
المطور satellytehye
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Is An Actual Circus Clown",
    "short_name": "Trump2Clown",
    "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}