Pitbullifier

Replace every image on the web with Pitbull!

Pitbullifierคืออะไร?

Pitbullifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lukepring.co.uk และคุณลักษณะหลักของมันคือ "Replace every image on the web with Pitbull!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pitbullifier

ดาวน์โหลดไฟล์ส่วนขยาย Pitbullifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pitbullifier Pitbullifier
ID kofehaalompbenmkpekailbnokbmbldh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pitbullifier/kofehaalompbenmkpekailbnokbmbldh
คำอธิบาย Replace every image on the web with Pitbull!
ขนาดไฟล์ 285 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-05-19
วันที่เผยแพร่ 2021-05-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://lukepring.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lukepring.co.uk/pitbull
ภาษาที่รองรับ 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"
            ]
        }
    ]
}