Pitbullifier

Replace every image on the web with Pitbull!

O que é Pitbullifier?

Pitbullifier é uma extensão do Chrome desenvolvida por https://lukepring.co.uk, e sua principal característica é "Replace every image on the web with Pitbull!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pitbullifier

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

                        The Pitbullifier Edge Extension replaces various aspects of a page to Pitbull, the famous AMERICAN RAPPER.

Essential for any Pitbull fan!

*New in 2.0*
- Text Replacement
- New Pitbulls
- Bulldex
- Options + credits
- UI improvements                    

Informações Básicas da Extensão

Nome Pitbullifier Pitbullifier
ID kofehaalompbenmkpekailbnokbmbldh
URL Oficial https://chromewebstore.google.com/detail/pitbullifier/kofehaalompbenmkpekailbnokbmbldh
Descrição Replace every image on the web with Pitbull!
Tamanho do Arquivo 285 KB
Contagem de Instalações 27
Versão Atual 2.0
Última Atualização 2021-05-19
Data de Publicação 2021-05-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://lukepring.co.uk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://lukepring.co.uk/pitbull
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pitbullifier",
    "description": "Replace every image on the web with Pitbull!",
    "version": "2.0",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "menu.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "pitbullify": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Replace every image on the web with Pitbull."
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "pitbullEngineLoad.js"
            ]
        }
    ]
}