OfferUp Helper
Helps to manage boards and unlisted/removed items from you boards.
什么是OfferUp Helper?
OfferUp Helper是由Mikhail Kinchin开发的Chrome扩展程序,该扩展的主要功能是“Helps to manage boards and unlisted/removed items from you boards.”。
扩展截图
下载OfferUp Helper扩展crx文件
下载OfferUp Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds some functionality to OfferUp.com which the site does not provide. Current functionality: * Now you can remove items from your boards ("saved" shopping list) without need to jump to item's page, which can even impossible in case item has been removed by publisher. * Also using this extension you can remove whole board if you need so.
扩展基本信息
名称 | |
ID | pgllhmdhdoijdnjkegeecaidmpdgolok |
官方URL | https://chrome.google.com/webstore/detail/offerup-helper/pgllhmdhdoijdnjkegeecaidmpdgolok |
简介 | Helps to manage boards and unlisted/removed items from you boards. |
文件大小 | 41.79 KB |
安装次数 | 134 |
当前版本 | 1.1.1 |
更新时间 | 2021-01-08 |
上架时间 | 2020-10-13 |
评分 | 5.00/5 共1次评分 |
开发者 | Mikhail Kinchin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OfferUp Helper", "version": "1.1.1", "description": "Helps to manage boards and unlisted\/removed items from you boards.", "manifest_version": 2, "permissions": [ "webRequest" ], "content_scripts": [ { "matches": [ "https:\/\/offerup.com\/board\/*", "https:\/\/offerup.com\/boards\/" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/common.js", "js\/content.js" ], "css": [ "css\/main.css" ] } ], "icons": { "16": "images\/logo_16x16.png", "32": "images\/logo_32x32.png", "48": "images\/logo_48x48.png", "128": "images\/logo_128x128.png" }, "background": { "scripts": [ "js\/background.js" ] } } |