Pitbullifier

Replace every image on the web with Pitbull!

Cos'è Pitbullifier?

Pitbullifier è un'estensione di Chrome sviluppata da https://lukepring.co.uk, e la sua funzione principale è "Replace every image on the web with Pitbull!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pitbullifier

Scarica i file di estensione Pitbullifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pitbullifier Pitbullifier
ID kofehaalompbenmkpekailbnokbmbldh
URL Ufficiale https://chromewebstore.google.com/detail/pitbullifier/kofehaalompbenmkpekailbnokbmbldh
Descrizione Replace every image on the web with Pitbull!
Dimensione del File 285 KB
Conteggio Installazioni 27
Versione Corrente 2.0
Ultimo Aggiornamento 2021-05-19
Data di Pubblicazione 2021-05-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://lukepring.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lukepring.co.uk/pitbull
Lingue Supportate 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"
            ]
        }
    ]
}