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
Eメール [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"
        }
    ]
}