Bug Bash Chrome Extension

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

ما هو Bug Bash Chrome Extension؟

Bug Bash Chrome Extension هو إضافة Chrome تم تطويرها بواسطة Wayne WEN، والميزة الرئيسية لها هي "Simplifies user experiences using Testing In Production - Bug Bash through Google Chrome browser".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bug Bash Chrome Extension

قم بتنزيل ملفات الامتداد Bug Bash Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Bug Bash Chrome Extension Bug Bash Chrome Extension
ID khdnfjlmmegnaopclidacajldhcndlnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/bug-bash-chrome-extension/khdnfjlmmegnaopclidacajldhcndlnn
الوصف Simplifies user experiences using Testing In Production - Bug Bash through Google Chrome browser
حجم الملف 27.73 KB
عدد التثبيتات 115
النسخة الحالية 0.0.3
آخر تحديث 2023-02-22
تاريخ النشر 2022-11-04
المطور Wayne WEN
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}