Amazon Lite

Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.

Amazon Liteとは何ですか?

Amazon Liteはminimum.viable.deltaによって開発されたChromeの拡張機能で、その主な機能は「Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Amazon Lite拡張機能のCRXファイルをダウンロード

Amazon Lite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Unclutter the shopping experience at your favorite store. Amazon Lite removes all unnecessary elements like ads, suggestions, cart preview and more. Enjoy a clean view of the items you're researching for more productive, distraction-free decisions.

Now supporting most of international Amazon stores.                    

拡張機能の基本情報

名前 Amazon Lite Amazon Lite
ID eedjnccgojngdjcofkpkjcbopgcfkkjk
公式URL https://chromewebstore.google.com/detail/amazon-lite/eedjnccgojngdjcofkpkjcbopgcfkkjk
説明 Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.
ファイルサイズ 51.78 KB
インストール数 3,932
現在のバージョン 1.1.5
最終更新日 2021-01-06
公開日 2019-03-08
評価 2.55/5 合計 73 レビュー
開発者 minimum.viable.delta
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "lib\/injects\/content-nuker.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/smile.amazon.com\/*",
                "https:\/\/smile.amazon.de\/*",
                "https:\/\/smile.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.tr\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Amazon Lite",
    "version": "1.1.5",
    "permissions": [
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    }
}