Block Pornographic Replies

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

Qu'est-ce que Block Pornographic Replies ?

Block Pornographic Replies est une extension Chrome développée par moretaiupupup, et sa fonction principale est "屏蔽推特回复下的黄推。Block pornographic replies below the tweet.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Block Pornographic Replies

Téléchargez les fichiers d'extension Block Pornographic Replies 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

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

Informations de Base sur l'Extension

Nom Block Pornographic Replies Block Pornographic Replies
ID cdmilcmdgajfnplkcpgdckdgjadkgkhn
URL Officiel https://chromewebstore.google.com/detail/block-pornographic-replie/cdmilcmdgajfnplkcpgdckdgjadkgkhn
Description 屏蔽推特回复下的黄推。Block pornographic replies below the tweet.
Taille du Fichier 345 KB
Nombre d'Installations 1,420
Version Actuelle 2.6
Dernière Mise à Jour 2023-07-02
Date de Publication 2023-07-02
Évaluation 4.25/5 Total 8 Évaluations
Développeur moretaiupupup
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}