Poketrump

Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.

ما هو Poketrump؟

Poketrump هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.".

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

screenshot

تحميل ملف CRX للإضافة Poketrump

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

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

                        This changes Donald Trump's name to the name of a Pokemon chosen at random on page load. Because I like Pokémon and it makes reading the news easier. All Pokémon are copyright of their owners (the Pokémon Company, GameFreak, Nintendo, etc.) I believe that as a non-commercial work of fan art this complies with fair use. (Please no one sue me.)                    

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

الاسم Poketrump Poketrump
ID pbcegjochobeogpdlbkokdehmoeafdlb
عنوان URL الرسمي https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb
الوصف Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
حجم الملف 7.79 KB
عدد التثبيتات 80
النسخة الحالية 0.1
آخر تحديث 2016-04-09
تاريخ النشر 2016-04-09
تقييم 4.38/5 مجموع تقييمات 13
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poketrump",
    "description": "Changes any mention of Donald Trump to the name of a random Pok\u00e9mon. Not for commercial use.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}