みんな猫になれ
Twitterにいる人を全部猫に変える
What is みんな猫になれ?
みんな猫になれ is a Chrome extension developed by Unknown, and its main feature is "Twitterにいる人を全部猫に変える".
Extension Screenshots
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
Extension Basic Information
Name | みんな猫になれ |
ID | pipnienkbllmcpnadeibdlnnkndekokn |
Official URL | https://chromewebstore.google.com/detail/%E3%81%BF%E3%82%93%E3%81%AA%E7%8C%AB%E3%81%AB%E3%81%AA%E3%82%8C/pipnienkbllmcpnadeibdlnnkndekokn |
Description | Twitterにいる人を全部猫に変える |
File Size | 5.38 MB |
Installation Count | 25 |
Current Version | 0.1.0 |
Last Updated | 2018-04-21 |
Publish Date | 2018-04-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u307f\u3093\u306a\u732b\u306b\u306a\u308c", "version": "0.1.0", "description": "Twitter\u306b\u3044\u308b\u4eba\u3092\u5168\u90e8\u732b\u306b\u5909\u3048\u308b", "content_scripts": [ { "js": [ "jquery.min.js", "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "128": "128.png", "256": "256.png" } } |