アマゾンで詐欺や転売を許さない

私たちはアマゾンで詐欺や転売を許しません

What is アマゾンで詐欺や転売を許さない?

アマゾンで詐欺や転売を許さない is a Chrome extension developed by erukiti, and its main feature is "私たちはアマゾンで詐欺や転売を許しません".

Extension Screenshots

screenshot
screenshot

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

                        最近のAmazonは公式と紛らわしい転売や詐欺などが横行しています。それらに警告を出すための拡張です。Amazonが販売・発送するかどうかで判別しています。                    

Extension Basic Information

Name アマゾンで詐欺や転売を許さない アマゾンで詐欺や転売を許さない
ID ifeoimbcimlcjcgaajkbijnejeaejecf
Official URL https://chromewebstore.google.com/detail/%E3%82%A2%E3%83%9E%E3%82%BE%E3%83%B3%E3%81%A7%E8%A9%90%E6%AC%BA%E3%82%84%E8%BB%A2%E5%A3%B2%E3%82%92%E8%A8%B1%E3%81%95%E3%81%AA%E3%81%84/ifeoimbcimlcjcgaajkbijnejeaejecf
Description 私たちはアマゾンで詐欺や転売を許しません
File Size 1.89 MB
Installation Count 30
Current Version 0.0.2
Last Updated 2017-05-10
Publish Date 2017-05-10
Developer erukiti
Payment Type free
Extension Website https://github.com/erukiti/fraud-resale-buster/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30a2\u30de\u30be\u30f3\u3067\u8a50\u6b3a\u3084\u8ee2\u58f2\u3092\u8a31\u3055\u306a\u3044",
    "description": "\u79c1\u305f\u3061\u306f\u30a2\u30de\u30be\u30f3\u3067\u8a50\u6b3a\u3084\u8ee2\u58f2\u3092\u8a31\u3057\u307e\u305b\u3093",
    "version": "0.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/amazon.co.jp\/dp\/*",
                "https:\/\/www.amazon.co.jp\/dp\/*",
                "https:\/\/amazon.co.jp\/*\/dp\/*",
                "https:\/\/www.amazon.co.jp\/*\/dp\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/amazon.co.jp\/",
        "https:\/\/www.amazon.co.jp\/"
    ]
}