Trump Replacer

This extension will replace all mentions of Trump's name with your selected word or phrase

ما هو Trump Replacer؟

Trump Replacer هو إضافة Chrome تم تطويرها بواسطة taylor.hocutt، والميزة الرئيسية لها هي "This extension will replace all mentions of Trump's name with your selected word or phrase".

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

screenshot

تحميل ملف CRX للإضافة Trump Replacer

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

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

                        Add this app to your Chrome browser and replace all instances of "Trump" with a word or phrase of your choice! Just click the plugin icon in the top of your browser and enter in a new value.                    

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

الاسم Trump Replacer Trump Replacer
ID iadkfodhaefhacmoigoakjcoagcfffld
عنوان URL الرسمي https://chromewebstore.google.com/detail/trump-replacer/iadkfodhaefhacmoigoakjcoagcfffld
الوصف This extension will replace all mentions of Trump's name with your selected word or phrase
حجم الملف 6.09 KB
عدد التثبيتات 114
النسخة الحالية 1.6
آخر تحديث 2016-11-21
تاريخ النشر 2016-11-21
تقييم 4.83/5 مجموع تقييمات 6
المطور taylor.hocutt
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replacer",
    "description": "This extension will replace all mentions of Trump's name with your selected word or phrase",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}