ComeIkki
今見ているサイトの米(コメント)をニコニコ動画風に表示します
What is ComeIkki?
ComeIkki is a Chrome extension developed by ayakix, and its main feature is "今見ているサイトの米(コメント)をニコニコ動画風に表示します".
Extension Screenshots
Download ComeIkki Extension CRX File
Download ComeIkki 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
今見ているサイトの米(コメント)をニコニコ動画風に表示するChrome拡張です。
Extension Basic Information
Name | ComeIkki |
ID | mdbfidhoepneninckbcmpcfafmfjaleo |
Official URL | https://chromewebstore.google.com/detail/comeikki/mdbfidhoepneninckbcmpcfafmfjaleo |
Description | 今見ているサイトの米(コメント)をニコニコ動画風に表示します |
File Size | 102 KB |
Installation Count | 148 |
Current Version | 0.4.1 |
Last Updated | 2013-11-09 |
Publish Date | 2013-11-08 |
Rating | 4.33/5 Total 6 Ratings |
Developer | ayakix |
Payment Type | free |
Extension Website | http://obarasu.com/komeikki |
Help Page URL | http://obarasu.com/komeikki |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ComeIkki", "version": "0.4.1", "manifest_version": 2, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "description": "\u4eca\u898b\u3066\u3044\u308b\u30b5\u30a4\u30c8\u306e\u7c73\uff08\u30b3\u30e1\u30f3\u30c8\uff09\u3092\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u98a8\u306b\u8868\u793a\u3057\u307e\u3059", "permissions": [ "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "lib\/jquery-2.0.2.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "lib\/jquery-2.0.2.min.js", "myapp.js" ], "run_at": "document_end", "all_frames": false } ] } |