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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bug Bash Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |