Amazonの個人情報を隠します
スクリーンショットなどをよく撮る人向けです
What is Amazonの個人情報を隠します?
Amazonの個人情報を隠します is a Chrome extension developed by https://yuki0311.com, and its main feature is "スクリーンショットなどをよく撮る人向けです".
Extension Screenshots
Download Amazonの個人情報を隠します Extension CRX File
Download Amazonの個人情報を隠します 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
Amazonでスクリーンショットなどを撮るときのために個人情報を隠します
Extension Basic Information
Name | |
ID | kpffakljoffeckbckheiheogajnofdpc |
Official URL | https://chromewebstore.google.com/detail/amazon%E3%81%AE%E5%80%8B%E4%BA%BA%E6%83%85%E5%A0%B1%E3%82%92%E9%9A%A0%E3%81%97%E3%81%BE%E3%81%99/kpffakljoffeckbckheiheogajnofdpc |
Description | スクリーンショットなどをよく撮る人向けです |
File Size | 46.32 KB |
Installation Count | 1,624 |
Current Version | 2.0.2 |
Last Updated | 2022-10-03 |
Publish Date | 2020-04-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://yuki0311.com |
[email protected] | |
Payment Type | free |
Extension Website | https://blog.yuki0311.com/amazon-personal-information-hide/ |
Help Page URL | https://blog.yuki0311.com/amazon-personal-information-hide/ |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon\u306e\u500b\u4eba\u60c5\u5831\u3092\u96a0\u3057\u307e\u3059", "description": "\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u306a\u3069\u3092\u3088\u304f\u64ae\u308b\u4eba\u5411\u3051\u3067\u3059", "version": "2.0.2", "manifest_version": 3, "action": { "default_popup": "html\/popup.html" }, "icons": { "128": "icon\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.sg\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.com.tr\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.cn\/*" ], "css": [ "css\/main.css" ] } ] } |