Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u307f\u3093\u306a\u306e\u9854\u6587\u5b57\u8f9e\u5178", "version": "1.4.13", "description": "\u307f\u3093\u306a\u3067\u9854\u6587\u5b57\u3092\u5171\u6709\u3057\u3066\u81ea\u5206\u3060\u3051\u306e\u8f9e\u5178\u3092\u4f5c\u308c\u307e\u3059\u3002\u7c21\u5358\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8272\u3093\u306a\u3068\u3053\u308d\u306b\u30da\u30fc\u30b9\u30c8\u3057\u305f\u308a\u3001\u30de\u30a4\u304b\u304a\u3082\u3058\u306b\u4fdd\u5b58\u3057\u305f\u9854\u6587\u5b57\u3092\u53f3\u30af\u30ea\u30c3\u30af\u3067\u4f7f\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "browser_action": { "default_title": "\u307f\u3093\u306a\u306e\u9854\u6587\u5b57\u8f9e\u5178", "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "init.js", "content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "https:\/\/kaomoji.justoneplanet.info\/", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] }