ddr1024 草榴社区信息过滤器

有积分的帖子提前,以及自定义过滤某些特征的垃圾帖子

What is ddr1024 草榴社区信息过滤器?

ddr1024 草榴社区信息过滤器 is a Chrome extension developed by https://yylib.com, and its main feature is "有积分的帖子提前,以及自定义过滤某些特征的垃圾帖子".

Extension Screenshots

screenshot
screenshot

Download ddr1024 草榴社区信息过滤器 Extension CRX File

Download ddr1024 草榴社区信息过滤器 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 ddr1024 草榴社区信息过滤器 ddr1024 草榴社区信息过滤器
ID mphjaaaiimocoedjialnjpldhhccnkgd
Official URL https://chrome.google.com/webstore/detail/ddr1024-%E8%8D%89%E6%A6%B4%E7%A4%BE%E5%8C%BA%E4%BF%A1%E6%81%AF%E8%BF%87%E6%BB%A4%E5%99%A8/mphjaaaiimocoedjialnjpldhhccnkgd
Description 有积分的帖子提前,以及自定义过滤某些特征的垃圾帖子
File Size 91.82 KB
Installation Count 153
Current Version 1.0
Last Updated 2022-03-18
Publish Date 2019-11-02
Developer https://yylib.com
Email [email protected]
Payment Type free
Extension Website https://yylib.com/bbs/forum.php?mod=viewthread&tid=162371&extra=page%3D1
Help Page URL https://yylib.com/bbs/forum.php?mod=viewthread&tid=162371&extra=page%3D1
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ddr1024 \u8349\u69b4\u793e\u533a\u4fe1\u606f\u8fc7\u6ee4\u5668",
    "description": "\u6709\u79ef\u5206\u7684\u5e16\u5b50\u63d0\u524d\uff0c\u4ee5\u53ca\u81ea\u5b9a\u4e49\u8fc7\u6ee4\u67d0\u4e9b\u7279\u5f81\u7684\u5783\u573e\u5e16\u5b50",
    "version": "1.0",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "images\/favicon.png",
        "default_title": "ddr1024 \u8349\u69b4\u793e\u533a\u4fe1\u606f\u8fc7\u6ee4\u5668",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.t66y.com\/*"
            ],
            "js": [
                "js\/jquery-2.2.1.js",
                "js\/content_script.js"
            ]
        }
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/yylib.com\/bbs\/forum.php?mod=viewthread&tid=162371"
}