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
电子邮箱 [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"
        ]
    }
}