ココアと悪意なき殺意
どんなサイトを訪問しても「ご注文はうさぎですか?第1羽」にリダイレクトされる便利なChrome拡張
What is ココアと悪意なき殺意?
ココアと悪意なき殺意 is a Chrome extension developed by gomi_ningen, and its main feature is "どんなサイトを訪問しても「ご注文はうさぎですか?第1羽」にリダイレクトされる便利なChrome拡張".
Download ココアと悪意なき殺意 Extension CRX File
Download ココアと悪意なき殺意 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
どんなサイトを訪問しても「ご注文はうさぎですか?第1羽」にリダイレクトされる便利なChrome拡張。一部のサイトでイベントが発火しない機能付き。
Extension Basic Information
Name | ![]() |
ID | cgompdgegcjimeaimlnimadoolpiacai |
Official URL | https://chrome.google.com/webstore/detail/%E3%82%B3%E3%82%B3%E3%82%A2%E3%81%A8%E6%82%AA%E6%84%8F%E3%81%AA%E3%81%8D%E6%AE%BA%E6%84%8F/cgompdgegcjimeaimlnimadoolpiacai |
Description | どんなサイトを訪問しても「ご注文はうさぎですか?第1羽」にリダイレクトされる便利なChrome拡張 |
File Size | 3.27 KB |
Installation Count | 38 |
Current Version | 1.0 |
Last Updated | 2014-12-23 |
Publish Date | 2014-12-23 |
Rating | 4.25/5 Total 8 Ratings |
Developer | gomi_ningen |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u30b3\u30b3\u30a2\u3068\u60aa\u610f\u306a\u304d\u6bba\u610f", "version": "1.0", "description": "\u3069\u3093\u306a\u30b5\u30a4\u30c8\u3092\u8a2a\u554f\u3057\u3066\u3082\u300c\u3054\u6ce8\u6587\u306f\u3046\u3055\u304e\u3067\u3059\u304b\uff1f\u7b2c\uff11\u7fbd\u300d\u306b\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u3055\u308c\u308b\u4fbf\u5229\u306aChrome\u62e1\u5f35", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": [], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "chiya.js" ] } ] } |