The Daily Show's President Florida Man Plugin

Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'

ما هو The Daily Show's President Florida Man Plugin؟

The Daily Show's President Florida Man Plugin هو إضافة Chrome تم تطويرها بواسطة The Daily Show، والميزة الرئيسية لها هي "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة The Daily Show's President Florida Man Plugin

قم بتنزيل ملفات الامتداد The Daily Show's President Florida Man Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Created by The Daily Show                    

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

الاسم The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
الوصف Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
حجم الملف 89.16 KB
عدد التثبيتات 1,338
النسخة الحالية 1.0.5
آخر تحديث 2019-11-11
تاريخ النشر 2019-11-08
تقييم 4.88/5 مجموع تقييمات 42
المطور The Daily Show
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.maketrumpfloridaman.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Daily Show's President Florida Man Plugin",
    "description": "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'",
    "version": "1.0.5",
    "author": "The Daily Show",
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/img\/logo.png"
    },
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}