Pitbullifier

Replace every image on the web with Pitbull!

什麼是Pitbullifier?

Pitbullifier是由https://lukepring.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Replace every image on the web with Pitbull!”。

擴展截圖

screenshot
screenshot
screenshot

下載Pitbullifier擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}