Alec's Extension

Removes Sponsored content and 'Our Brands' from searches. Also adds a Clip/Unclip coupons button to Meijer MPerks site.

什么是Alec's Extension?

Alec's Extension是由alecjmaly开发的Chrome扩展程序,该扩展的主要功能是“Removes Sponsored content and 'Our Brands' from searches. Also adds a Clip/Unclip coupons button to Meijer MPerks site.”。

扩展截图

screenshot

下载Alec's Extension扩展crx文件

下载Alec's Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Removes sponsored content from Amazon.


Adds buttons to clip all digital coupons to both Meijer MPerks and Kroger's websites.                    

扩展基本信息

名称 Alec's Extension Alec's Extension
ID lpkcbkbegoomehbhmnidikonfpgahked
官方URL https://chromewebstore.google.com/detail/alecs-extension/lpkcbkbegoomehbhmnidikonfpgahked
简介 Removes Sponsored content and 'Our Brands' from searches. Also adds a Clip/Unclip coupons button to Meijer MPerks site.
文件大小 4.2 KB
安装次数 11
当前版本 2.1.2
更新时间 2018-09-17
上架时间 2018-09-17
开发者 alecjmaly
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alec's Extension",
    "description": "Removes Sponsored content and 'Our Brands' from searches. Also adds a Clip\/Unclip coupons button to Meijer MPerks site.",
    "version": "2.1.2",
    "author": "Alec Maly",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.meijer.com\/mperks\/*"
            ],
            "js": [
                "Clip Meijer Coupons.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "amazon.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kroger.com\/cl\/coupons\/*"
            ],
            "js": [
                "Clip Kroger Coupons.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}