Block Pornographic Replies

屏蔽推特回复下的黄推。Block pornographic replies below the tweet.

什么是Block Pornographic Replies?

Block Pornographic Replies是由moretaiupupup开发的Chrome扩展程序,该扩展的主要功能是“屏蔽推特回复下的黄推。Block pornographic replies below the tweet.”。

扩展截图

screenshot

下载Block Pornographic Replies扩展crx文件

下载Block Pornographic Replies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        屏蔽推特回复下的黄推。Block pornographic replies below the tweet.                    

扩展基本信息

名称 Block Pornographic Replies Block Pornographic Replies
ID cdmilcmdgajfnplkcpgdckdgjadkgkhn
官方URL https://chromewebstore.google.com/detail/block-pornographic-replie/cdmilcmdgajfnplkcpgdckdgjadkgkhn
简介 屏蔽推特回复下的黄推。Block pornographic replies below the tweet.
文件大小 345 KB
安装次数 1,420
当前版本 2.6
更新时间 2023-07-02
上架时间 2023-07-02
评分 4.25/5 共8次评分
开发者 moretaiupupup
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Block Pornographic Replies",
    "description": "\u5c4f\u853d\u63a8\u7279\u56de\u590d\u4e0b\u7684\u9ec4\u63a8\u3002Block pornographic replies below the tweet.",
    "version": "2.6",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/injected.js"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}