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, "version": "1.1.0", "name": "Pinterest\u753b\u50cf\u30c0\u30a6\u30f3\u30ed\u30fc\u30c0\u30fc", "description": "Pinterest\u306e\u30aa\u30ea\u30b8\u30ca\u30eb\u30b5\u30a4\u30ba\u306e\u753b\u50cf\u3092\u624b\u8efd\u306b\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", "icons": { "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.pinterest.jp\/*", "https:\/\/www.pinterest.jp\/*" ], "js": [ "\/static\/js\/content_script.js" ] } ], "browser_action": { "default_icon": "icon_32.png", "default_title": "Pinterest\u753b\u50cf\u30c0\u30a6\u30f3\u30ed\u30fc\u30c0\u30fc", "default_popup": "index.html" }, "background": { "scripts": [ "\/static\/js\/background_script.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" }