Replace Trump Cabinet with Death Eaters

A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.

O que é Replace Trump Cabinet with Death Eaters?

Replace Trump Cabinet with Death Eaters é uma extensão do Chrome desenvolvida por Kevin Hill, e sua principal característica é "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Replace Trump Cabinet with Death Eaters

Baixe arquivos de extensão Replace Trump Cabinet with Death Eaters 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

                        This is simply a fun extension to replace Trump and his cabinet members with Voldemort and various death eaters.

Note that anyone on your Facebook feed or otherwise who has the same name as these cabinet members will have their name changed. I'm currently looking into a solution for this.

Otherwise, enjoy bringing the world of Harry Potter to your post-election browsing experience!                    

Informações Básicas da Extensão

Nome Replace Trump Cabinet with Death Eaters Replace Trump Cabinet with Death Eaters
ID kjlmoamboolopamaocnlheofmmjjmdna
URL Oficial https://chromewebstore.google.com/detail/replace-trump-cabinet-wit/kjlmoamboolopamaocnlheofmmjjmdna
Descrição A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.
Tamanho do Arquivo 3.43 MB
Contagem de Instalações 112
Versão Atual 1.3
Última Atualização 2017-03-19
Data de Publicação 2017-03-18
Classificação 4.76/5 Total de 17 Avaliações
Desenvolvedor Kevin Hill
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Trump Cabinet with Death Eaters",
    "description": "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "lightning_scar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}