Pitbullifier

Replace every image on the web with Pitbull!

Wat is Pitbullifier?

Pitbullifier is een Chrome-extensie ontwikkeld door https://lukepring.co.uk, en de belangrijkste functie is "Replace every image on the web with Pitbull!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pitbullifier

Download Pitbullifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Pitbullifier Pitbullifier
ID kofehaalompbenmkpekailbnokbmbldh
Officiële URL https://chromewebstore.google.com/detail/pitbullifier/kofehaalompbenmkpekailbnokbmbldh
Beschrijving Replace every image on the web with Pitbull!
Bestandsgrootte 285 KB
Aantal Installaties 27
Huidige Versie 2.0
Laatst Bijgewerkt 2021-05-19
Publicatiedatum 2021-05-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://lukepring.co.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://lukepring.co.uk/pitbull
Ondersteunde Talen 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"
            ]
        }
    ]
}