Bug Bash Chrome Extension

Simplifies user experiences using Testing In Production - Bug Bash through Google Chrome browser

Bug Bash Chrome Extension là gì?

Bug Bash Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Wayne WEN, và tính năng chính của nó là "Simplifies user experiences using Testing In Production - Bug Bash through Google Chrome browser".

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

screenshot

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

Tải xuống các tệp mở rộng Bug Bash Chrome Extension 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

                        Unified user experiences on modifying HTTP requests HEADER and cookies in incognito mode.                    

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

Tên Bug Bash Chrome Extension Bug Bash Chrome Extension
ID khdnfjlmmegnaopclidacajldhcndlnn
URL Chính Thức https://chromewebstore.google.com/detail/bug-bash-chrome-extension/khdnfjlmmegnaopclidacajldhcndlnn
Mô tả Simplifies user experiences using Testing In Production - Bug Bash through Google Chrome browser
Kích Thước Tệp 27.73 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2022-11-04
Nhà Phát Triển Wayne WEN
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bug Bash Chrome Extension",
    "description": "Simplifies user experiences using Testing In Production - Bug Bash through Google Chrome browser",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "notifications",
        "tabGroups"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/",
        "*:\/\/*.linkedin-ei.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Bug Bash Chrome Extension",
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/tms.prod.linkedin.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "incognito": "spanning"
}