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是由Wayne WEN開發的Chrome擴展程式,該擴展的主要功能是“Simplifies user experiences using Testing In Production - Bug Bash through Google Chrome browser”。
擴展截圖
下載Bug Bash Chrome Extension擴展crx文件
下載Bug Bash Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unified user experiences on modifying HTTP requests HEADER and cookies in incognito mode.
擴展基本資訊
名稱 | Bug Bash Chrome Extension |
ID | khdnfjlmmegnaopclidacajldhcndlnn |
官方網址 | 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" } |