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 là gì?

Alec's Extension là một tiện ích mở rộng Chrome được phát triển bởi alecjmaly, và tính năng chính của nó là "Removes Sponsored content and 'Our Brands' from searches. Also adds a Clip/Unclip coupons button to Meijer MPerks site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alec's Extension

Tải xuống các tệp mở rộng Alec's Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Removes sponsored content from Amazon.


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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alec's Extension Alec's Extension
ID lpkcbkbegoomehbhmnidikonfpgahked
URL Chính Thức https://chromewebstore.google.com/detail/alecs-extension/lpkcbkbegoomehbhmnidikonfpgahked
Mô tả Removes Sponsored content and 'Our Brands' from searches. Also adds a Clip/Unclip coupons button to Meijer MPerks site.
Kích Thước Tệp 4.2 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2018-09-17
Ngày Phát Hành 2018-09-17
Nhà Phát Triển alecjmaly
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}