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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |