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

Co to jest The Daily Show's President Florida Man Plugin?

The Daily Show's President Florida Man Plugin to rozszerzenie Chrome opracowane przez The Daily Show, a jego główną funkcją jest „Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia The Daily Show's President Florida Man Plugin

Pobierz pliki rozszerzeń The Daily Show's President Florida Man Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Created by The Daily Show                    

Podstawowe informacje o rozszerzeniu

Nazwa The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
Oficjalny URL https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
Opis Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
Rozmiar pliku 89.16 KB
Liczba instalacji 1,338
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2019-11-11
Data Publikacji 2019-11-08
Ocena 4.88/5 Łącznie 42 Oceny
Deweloper The Daily Show
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.maketrumpfloridaman.com
Obsługiwane Języki 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'"
}