HDC种子提醒

发现好种子

Qu'est-ce que HDC种子提醒 ?

HDC种子提醒 est une extension Chrome développée par forestsheep911, et sa fonction principale est "发现好种子".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HDC种子提醒

Téléchargez les fichiers d'extension HDC种子提醒 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

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

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

Informations de Base sur l'Extension

Nom HDC种子提醒 HDC种子提醒
ID ddloldofgoabippjliaknnkkkikmngbf
URL Officiel https://chrome.google.com/webstore/detail/hdc%E7%A7%8D%E5%AD%90%E6%8F%90%E9%86%92/ddloldofgoabippjliaknnkkkikmngbf
Description 发现好种子
Taille du Fichier 331 KB
Nombre d'Installations 16
Version Actuelle 0.0.1.2
Dernière Mise à Jour 2019-07-25
Date de Publication 2019-07-25
Développeur forestsheep911
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}