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

O que é The Daily Show's President Florida Man Plugin?

The Daily Show's President Florida Man Plugin é uma extensão do Chrome desenvolvida por The Daily Show, e sua principal característica é "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão The Daily Show's President Florida Man Plugin

Baixe arquivos de extensão The Daily Show's President Florida Man Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Created by The Daily Show                    

Informações Básicas da Extensão

Nome The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
URL Oficial https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
Descrição Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
Tamanho do Arquivo 89.16 KB
Contagem de Instalações 1,338
Versão Atual 1.0.5
Última Atualização 2019-11-11
Data de Publicação 2019-11-08
Classificação 4.88/5 Total de 42 Avaliações
Desenvolvedor The Daily Show
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.maketrumpfloridaman.com
Idiomas Suportados 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'"
}