Pitbullifier

Replace every image on the web with Pitbull!

Apa itu Pitbullifier?

Pitbullifier adalah ekstensi Chrome yang dikembangkan oleh https://lukepring.co.uk, dan fitur utamanya adalah "Replace every image on the web with Pitbull!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pitbullifier

Unduh file ekstensi Pitbullifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Pitbullifier Pitbullifier
ID kofehaalompbenmkpekailbnokbmbldh
URL Resmi https://chromewebstore.google.com/detail/pitbullifier/kofehaalompbenmkpekailbnokbmbldh
Deskripsi Replace every image on the web with Pitbull!
Ukuran File 285 KB
Jumlah Instalasi 27
Versi Saat Ini 2.0
Terakhir Diperbarui 2021-05-19
Tanggal Publikasi 2021-05-04
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://lukepring.co.uk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://lukepring.co.uk/pitbull
Bahasa yang Didukung 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"
            ]
        }
    ]
}