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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |