GitHub Danger Zone Destroyer
Kill your danger zone, and let's go back quickly to the safe home
GitHub Danger Zone Destroyerとは何ですか?
GitHub Danger Zone DestroyerはPine Mizuneによって開発されたChromeの拡張機能で、その主な機能は「Kill your danger zone, and let's go back quickly to the safe home」です。
拡張機能のスクリーンショット
GitHub Danger Zone Destroyer拡張機能のCRXファイルをダウンロード
GitHub Danger Zone Destroyer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide your GitHub's danger zone.
拡張機能の基本情報
名前 | GitHub Danger Zone Destroyer |
ID | jiffmbnbcpjlafmhlfoaffnocfgpcjkl |
公式URL | https://chromewebstore.google.com/detail/github-danger-zone-destro/jiffmbnbcpjlafmhlfoaffnocfgpcjkl |
説明 | Kill your danger zone, and let's go back quickly to the safe home |
ファイルサイズ | 16.12 KB |
インストール数 | 55 |
現在のバージョン | 0.4.0 |
最終更新日 | 2017-09-15 |
公開日 | 2017-09-15 |
開発者 | Pine Mizune |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Danger Zone Destroyer", "description": "Kill your danger zone, and let's go back quickly to the safe home", "author": "Pine Mizune", "homepage_url": "https:\/\/github.com\/pine\/GitHub-DangerZone-Destroyer", "icons": { "48": "icon48.png", "128": "icon128.png" }, "version": "0.4.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "css": [ "content_scripts.css" ], "js": [ "content_scripts.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "*:\/\/github.com\/*" ], "web_accessible_resources": [] } |