Pitbullifier

Replace every image on the web with Pitbull!

Pitbullifier là gì?

Pitbullifier là một tiện ích mở rộng Chrome được phát triển bởi https://lukepring.co.uk, và tính năng chính của nó là "Replace every image on the web with Pitbull!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pitbullifier

Tải xuống các tệp mở rộng Pitbullifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pitbullifier Pitbullifier
ID kofehaalompbenmkpekailbnokbmbldh
URL Chính Thức https://chromewebstore.google.com/detail/pitbullifier/kofehaalompbenmkpekailbnokbmbldh
Mô tả Replace every image on the web with Pitbull!
Kích Thước Tệp 285 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-05-19
Ngày Phát Hành 2021-05-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://lukepring.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lukepring.co.uk/pitbull
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}