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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |