Alec's Extension

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

What is Alec's Extension?

Alec's Extension is a Chrome extension developed by alecjmaly, and its main feature is "Removes Sponsored content and 'Our Brands' from searches. Also adds a Clip/Unclip coupons button to Meijer MPerks site.".

Extension Screenshots

screenshot

Download Alec's Extension Extension CRX File

Download Alec's Extension 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

                        Removes sponsored content from Amazon.


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

Extension Basic Information

Name Alec's Extension Alec's Extension
ID lpkcbkbegoomehbhmnidikonfpgahked
Official URL https://chromewebstore.google.com/detail/alecs-extension/lpkcbkbegoomehbhmnidikonfpgahked
Description Removes Sponsored content and 'Our Brands' from searches. Also adds a Clip/Unclip coupons button to Meijer MPerks site.
File Size 4.2 KB
Installation Count 11
Current Version 2.1.2
Last Updated 2018-09-17
Publish Date 2018-09-17
Developer alecjmaly
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}