Rename Trump

Does the mere sight of his name bring you frustration? Then change it to something else!

ما هو Rename Trump؟

Rename Trump هو إضافة Chrome تم تطويرها بواسطة doogin، والميزة الرئيسية لها هي "Does the mere sight of his name bring you frustration? Then change it to something else!".

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

screenshot

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

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

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

                        Sick of looking at this man's name? GIve him a new name that will replace his real name on every website you visit.                    

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

الاسم Rename Trump Rename Trump
ID loiagmbficjodnelncioomijbmflhhia
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rename-trump/loiagmbficjodnelncioomijbmflhhia
الوصف Does the mere sight of his name bring you frustration? Then change it to something else!
حجم الملف 39.79 KB
عدد التثبيتات 126
النسخة الحالية 1.2.4
آخر تحديث 2016-11-12
تاريخ النشر 2016-11-12
تقييم 4.69/5 مجموع تقييمات 16
المطور doogin
نوع الدفع free
موقع الإضافة http://trumpinoneword.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rename Trump",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "Does the mere sight of his name bring you frustration? Then change it to something else!",
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "16": "img\/b_icon16.png",
            "24": "img\/b_icon24.png",
            "32": "img\/b_icon32.png"
        },
        "default_popup": "popup.html"
    }
}