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
官方網址 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"
    ]
}