HDC种子提醒
发现好种子
Wat is HDC种子提醒?
HDC种子提醒 is een Chrome-extensie ontwikkeld door forestsheep911, en de belangrijkste functie is "发现好种子".
Extensie Screenshots
Download het CRX-bestand van de extensie HDC种子提醒
Download HDC种子提醒-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
hdcfilter 使用条件: 本软件是专供pt网站 https://hdchina.org 所使用的,如果您没有此网站的账号,那就毫无意义了。 功能概要: 根据用户自己设定的条件,实时发现符合自己胃口的种子,以达到发现热门种子,赚取上传量等目的。 使用方法: 本软件是基于chrome扩展开发的,一切按chrome的标准导入即可。 使用前,请保持住 https://hdchina.org 登录的有效状态。 最新更新: 提升库版本,解决之前读取网页时出错的问题。 改正bug。 改善用户体验。 推荐筛选增加“免费剩余时间”的条件。 有问题可以联系作者 [email protected]
Basisinformatie over de Extensie
Naam | |
ID | ddloldofgoabippjliaknnkkkikmngbf |
Officiële URL | https://chrome.google.com/webstore/detail/hdc%E7%A7%8D%E5%AD%90%E6%8F%90%E9%86%92/ddloldofgoabippjliaknnkkkikmngbf |
Beschrijving | 发现好种子 |
Bestandsgrootte | 331 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.0.1.2 |
Laatst Bijgewerkt | 2019-07-25 |
Publicatiedatum | 2019-07-25 |
Ontwikkelaar | forestsheep911 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "lib\/jquery-3.4.1.min.js", "util\/dbop.js", "util\/util.js", "util\/common.js", "js\/background.js" ] }, "description": "\u53d1\u73b0\u597d\u79cd\u5b50", "icons": { "16": "icons\/seed16.png", "48": "icons\/seed64.png", "128": "icons\/seed128.png" }, "manifest_version": 2, "name": "HDC\u79cd\u5b50\u63d0\u9192", "options_page": "options\/option.html", "browser_action": { "default_icon": { "16": "icons\/seed16.png", "24": "icons\/seed32.png", "32": "icons\/seed32.png" }, "default_popup": "popup\/popup.html" }, "homepage_url": "https:\/\/hdchina.org\/", "permissions": [ "alarms", "tabs", "cookies", "notifications", "https:\/\/use.fontawesome.com\/*", "https:\/\/hdchina.org\/*", "http:\/\/hdchina.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "0.0.1.2" } |