Ebay Price Range Hider
This page will hide all products that are listed with a price range: $$ to $$
什么是Ebay Price Range Hider?
Ebay Price Range Hider是由ropeney开发的Chrome扩展程序,该扩展的主要功能是“This page will hide all products that are listed with a price range: $$ to $$”。
下载Ebay Price Range Hider扩展crx文件
下载Ebay Price Range Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide the items that have price ranges on them from your EBay feed list.
扩展基本信息
名称 | |
ID | nokajihphgnfpjmanbbnbimdcbnbmoac |
官方URL | https://chrome.google.com/webstore/detail/ebay-price-range-hider/nokajihphgnfpjmanbbnbimdcbnbmoac |
简介 | This page will hide all products that are listed with a price range: $$ to $$ |
文件大小 | 34.06 KB |
安装次数 | 32 |
当前版本 | 1.0 |
更新时间 | 2018-05-11 |
上架时间 | 2018-05-11 |
评分 | 5.00/5 共3次评分 |
开发者 | ropeney |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ebay Price Range Hider", "description": "This page will hide all products that are listed with a price range: $$ to $$", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.be\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.cn\/*", "https:\/\/*.ebay.cz\/*", "https:\/\/*.ebay.dk\/*", "https:\/\/*.ebay.fi\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.gr\/*", "https:\/\/*.ebay.hk\/*", "https:\/\/*.ebay.hu\/*", "https:\/\/*.ebay.in\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.co.kr\/*", "https:\/\/*.ebay.my\/*", "https:\/\/*.ebay.com.mx\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.ebay.no\/*", "https:\/\/*.ebay.ph\/*", "https:\/\/*.ebay.pl\/*", "https:\/\/*.ebay.pt\/*", "https:\/\/*.ebay.ru\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.vn\/*", "https:\/\/*.ebay.com.sg\/*", "https:\/\/*.ebay.com.tw\/*", "https:\/\/*.ebay.co.th\/*", "https:\/\/*.ebay.co.uk\/*" ], "js": [ "jquery.min.js", "hide.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |