Donald to Darth

This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page

ما هو Donald to Darth؟

Donald to Darth هو إضافة Chrome تم تطويرها بواسطة jessehmcdonald، والميزة الرئيسية لها هي "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page".

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

screenshot

تحميل ملف CRX للإضافة Donald to Darth

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

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

                        Well after hearing about all these politics people are getting bored. It is time to spice things up a bit! The Chrome Extension Changes famous politicians names to Star Wars Characters!                    

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

الاسم Donald to Darth Donald to Darth
ID epmmoednmfpdmennmmcedihlcecffdde
عنوان URL الرسمي https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde
الوصف This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
حجم الملف 7.88 KB
عدد التثبيتات 66
النسخة الحالية 1.4
آخر تحديث 2015-12-19
تاريخ النشر 2015-12-19
تقييم 4.00/5 مجموع تقييمات 4
المطور jessehmcdonald
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald to Darth",
    "description": "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page",
    "version": "1.4",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}