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.'

Vad är The Daily Show's President Florida Man Plugin?

The Daily Show's President Florida Man Plugin är en Chrome-tillägg utvecklad av The Daily Show, och dess huvudfunktion är "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner The Daily Show's President Florida Man Plugin-förlängningens CRX-fil

Ladda ner The Daily Show's President Florida Man Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Created by The Daily Show                    

Grundläggande Information om Tillägg

Namn The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
Officiell webbadress https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
Beskrivning Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
Filstorlek 89.16 KB
Antal Installationer 1,338
Aktuell Version 1.0.5
Senast Uppdaterad 2019-11-11
Publiceringsdatum 2019-11-08
Betyg 4.88/5 Totalt 42 Betyg
Utvecklare The Daily Show
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.maketrumpfloridaman.com
Stödda Språk 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'"
}