Donald Trump To Lord Dampnut

Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'

ما هو Donald Trump To Lord Dampnut؟

Donald Trump To Lord Dampnut هو إضافة Chrome تم تطويرها بواسطة Prateek، والميزة الرئيسية لها هي "Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Donald Trump To Lord Dampnut

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

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

                        Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. For optimal experience, it also changes the text 'Donald' to 'Lord' and 'Trump' to 'Dampnut'.

Credit goes to to Colin Mochrie for coining the anagram! http://www.urbandictionary.com/define.php?term=lord+dampnut                    

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

الاسم Donald Trump To Lord Dampnut Donald Trump To Lord Dampnut
ID hchnjchopdcefnppdkmcfmnofnanijfg
عنوان URL الرسمي https://chromewebstore.google.com/detail/donald-trump-to-lord-damp/hchnjchopdcefnppdkmcfmnofnanijfg
الوصف Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'
حجم الملف 374 KB
عدد التثبيتات 34
النسخة الحالية 1.0
آخر تحديث 2017-02-06
تاريخ النشر 2017-02-05
تقييم 3.40/5 مجموع تقييمات 5
المطور Prateek
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump To Lord Dampnut",
    "version": "1.0",
    "description": "Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png"
    }
}