Fat piece of fatty fat fat

This extension makes the news less depressing

O que é Fat piece of fatty fat fat?

Fat piece of fatty fat fat é uma extensão do Chrome desenvolvida por trumpisafatty, e sua principal característica é "This extension makes the news less depressing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fat piece of fatty fat fat

Baixe arquivos de extensão Fat piece of fatty fat fat 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 Chrome extension replaces variations of the word 'Trump' with variations of the word 'Fatty' in the hopes of making online news a little more bearable through fat shaming the world's most notorious fat shamer                    

Informações Básicas da Extensão

Nome Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
URL Oficial https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
Descrição This extension makes the news less depressing
Tamanho do Arquivo 32.88 KB
Contagem de Instalações 42
Versão Atual 0.0.0.1
Última Atualização 2017-07-14
Data de Publicação 2017-07-14
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor trumpisafatty
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": "Fat piece of fatty fat fat",
    "short_name": "Fatty",
    "description": "This extension makes the news less depressing",
    "version": "0.0.0.1",
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "golf_cart_128.png"
    },
    "icons": {
        "128": "golf_cart_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}