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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में The Daily Show's President Florida Man Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}