HDC种子提醒
发现好种子
Vad är HDC种子提醒?
HDC种子提醒 är en Chrome-tillägg utvecklad av forestsheep911, och dess huvudfunktion är "发现好种子".
Tilläggsskärmbilder
Ladda ner HDC种子提醒-förlängningens CRX-fil
Ladda ner HDC种子提醒-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
hdcfilter
使用条件:
本软件是专供pt网站 https://hdchina.org 所使用的,如果您没有此网站的账号,那就毫无意义了。
功能概要:
根据用户自己设定的条件,实时发现符合自己胃口的种子,以达到发现热门种子,赚取上传量等目的。
使用方法:
本软件是基于chrome扩展开发的,一切按chrome的标准导入即可。 使用前,请保持住 https://hdchina.org 登录的有效状态。
最新更新:
提升库版本,解决之前读取网页时出错的问题。
改正bug。
改善用户体验。
推荐筛选增加“免费剩余时间”的条件。
有问题可以联系作者
[email protected] Grundläggande Information om Tillägg
| Namn | |
| ID | ddloldofgoabippjliaknnkkkikmngbf |
| Officiell webbadress | https://chrome.google.com/webstore/detail/hdc%E7%A7%8D%E5%AD%90%E6%8F%90%E9%86%92/ddloldofgoabippjliaknnkkkikmngbf |
| Beskrivning | 发现好种子 |
| Filstorlek | 331 KB |
| Antal Installationer | 16 |
| Aktuell Version | 0.0.1.2 |
| Senast Uppdaterad | 2019-07-25 |
| Publiceringsdatum | 2019-07-25 |
| Utvecklare | forestsheep911 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |