Pitbullifier

Replace every image on the web with Pitbull!

What is Pitbullifier?

Pitbullifier is a Chrome extension developed by https://lukepring.co.uk, and its main feature is "Replace every image on the web with Pitbull!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pitbullifier Extension CRX File

Download Pitbullifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Pitbullifier Pitbullifier
ID kofehaalompbenmkpekailbnokbmbldh
Official URL https://chromewebstore.google.com/detail/pitbullifier/kofehaalompbenmkpekailbnokbmbldh
Description Replace every image on the web with Pitbull!
File Size 285 KB
Installation Count 27
Current Version 2.0
Last Updated 2021-05-19
Publish Date 2021-05-04
Rating 5.00/5 Total 2 Ratings
Developer https://lukepring.co.uk
Email [email protected]
Payment Type free
Extension Website https://lukepring.co.uk/pitbull
Supported Languages 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"
            ]
        }
    ]
}