Block Pornographic Replies

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

ما هو Block Pornographic Replies؟

Block Pornographic Replies هو إضافة Chrome تم تطويرها بواسطة moretaiupupup، والميزة الرئيسية لها هي "屏蔽推特回复下的黄推。Block pornographic replies below the tweet.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Block Pornographic Replies

قم بتنزيل ملفات الامتداد Block Pornographic Replies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        屏蔽推特回复下的黄推。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"
        }
    ]
}