好赚网线报
每日新鲜的活动线报与优惠信息分享
What is 好赚网线报?
好赚网线报 is a Chrome extension developed by https://www.zhuanyes.com, and its main feature is "每日新鲜的活动线报与优惠信息分享".
Extension Screenshots
Download 好赚网线报 Extension CRX File
Download 好赚网线报 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
好赚网浏览器线报推送插件,可实时推送活动线报,订阅线报关键词提醒,优惠券提醒等,功能强大,使用简单,给力线报、放水、红包活动线报等第一时间推送桌面通知,不再错过任何活动
Extension Basic Information
Name | |
ID | omkhibkncppjjiigeconjgollgofpepj |
Official URL | https://chromewebstore.google.com/detail/%E5%A5%BD%E8%B5%9A%E7%BD%91%E7%BA%BF%E6%8A%A5/omkhibkncppjjiigeconjgollgofpepj |
Description | 每日新鲜的活动线报与优惠信息分享 |
File Size | 54.06 KB |
Installation Count | 76 |
Current Version | 1.0.1 |
Last Updated | 2019-01-12 |
Publish Date | 2019-01-08 |
Developer | https://www.zhuanyes.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.zhuanyes.com/ |
Help Page URL | https://www.zhuanyes.com/chromeplugin.php |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u597d\u8d5a\u7f51\u7ebf\u62a5", "version": "1.0.1", "description": "\u6bcf\u65e5\u65b0\u9c9c\u7684\u6d3b\u52a8\u7ebf\u62a5\u4e0e\u4f18\u60e0\u4fe1\u606f\u5206\u4eab", "icons": { "16": "image\/logo-16.png", "48": "image\/logo-48.png", "128": "image\/logo-128.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": "image\/logo-16.png", "default_title": "\u597d\u8d5a\u7f51\u7ebf\u62a5", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/detail.tmall.com\/item.htm*", "https:\/\/item.taobao.com\/item.htm*" ], "js": [ "js\/sendh.js" ], "run_at": "document_end" } ], "permissions": [ "contextMenus", "tabs", "notifications", "storage", "alarms", "http:\/\/*\/*", "https:\/\/*\/*" ], "homepage_url": "https:\/\/www.zhuanyes.com" } |