HDC种子提醒

发现好种子

What is HDC种子提醒?

HDC种子提醒 is a Chrome extension developed by forestsheep911, and its main feature is "发现好种子".

Extension Screenshots

screenshot

Download HDC种子提醒 Extension CRX File

Download HDC种子提醒 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

                        hdcfilter
使用条件:
本软件是专供pt网站 https://hdchina.org 所使用的,如果您没有此网站的账号,那就毫无意义了。

功能概要:
根据用户自己设定的条件,实时发现符合自己胃口的种子,以达到发现热门种子,赚取上传量等目的。

使用方法:
本软件是基于chrome扩展开发的,一切按chrome的标准导入即可。 使用前,请保持住 https://hdchina.org 登录的有效状态。

最新更新:
提升库版本,解决之前读取网页时出错的问题。
改正bug。
改善用户体验。
推荐筛选增加“免费剩余时间”的条件。

有问题可以联系作者
[email protected]                    

Extension Basic Information

Name HDC种子提醒 HDC种子提醒
ID ddloldofgoabippjliaknnkkkikmngbf
Official URL https://chrome.google.com/webstore/detail/hdc%E7%A7%8D%E5%AD%90%E6%8F%90%E9%86%92/ddloldofgoabippjliaknnkkkikmngbf
Description 发现好种子
File Size 331 KB
Installation Count 16
Current Version 0.0.1.2
Last Updated 2019-07-25
Publish Date 2019-07-25
Developer forestsheep911
Email [email protected]
Payment Type free
Supported Languages 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"
}