President Toilet

Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋

O que é President Toilet?

President Toilet é uma extensão do Chrome desenvolvida por https://www.presidenttoilet.com, e sua principal característica é "Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão President Toilet

Baixe arquivos de extensão President Toilet 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

                                            

Informações Básicas da Extensão

Nome President Toilet President Toilet
ID ffhonfinhcmadaiapenloombkmekogha
URL Oficial https://chromewebstore.google.com/detail/president-toilet/ffhonfinhcmadaiapenloombkmekogha
Descrição Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋
Tamanho do Arquivo 12.31 KB
Contagem de Instalações 29
Versão Atual 1.3
Última Atualização 2017-05-11
Data de Publicação 2017-05-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.presidenttoilet.com
Tipo de Pagamento free
Site da Extensão https://www.presidenttoilet.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "President Toilet",
    "description": "Swaps all instances of the 45th president\u2019s name for some porcelain. Thanks, Cher, for the inspiration. \ud83d\ude18\ud83d\udc8b",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}