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
公式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
Eメール [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"
            ]
        }
    ]
}