Force Block: the Star Wars spoiler blocker

Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.

ما هو Force Block: the Star Wars spoiler blocker؟

Force Block: the Star Wars spoiler blocker هو إضافة Chrome تم تطويرها بواسطة Priceless Misc، والميزة الرئيسية لها هي "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Force Block: the Star Wars spoiler blocker

قم بتنزيل ملفات الامتداد Force Block: the Star Wars spoiler blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        UPDATE: Dec 17 2019
------------------------------
Force Block now protects you from spoilers for Star Wars: The Rise of Skywalker, as revealed to us by a Rebel spy :)                    

معلومات أساسية عن التمديد

الاسم Force Block: the Star Wars spoiler blocker Force Block: the Star Wars spoiler blocker
ID bplpphlobgcnjhoglonpnkooaaenlmol
عنوان URL الرسمي https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol
الوصف Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.
حجم الملف 581 KB
عدد التثبيتات 4,000
النسخة الحالية 1.4.0
آخر تحديث 2019-12-19
تاريخ النشر 2019-12-17
تقييم 4.17/5 مجموع تقييمات 184
المطور Priceless Misc
نوع الدفع free
موقع الإضافة http://pricelessmisc.com
عنوان صفحة المساعدة http://pricelessmisc.com/force-block
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Block: the Star Wars spoiler blocker",
    "short_name": "Force Block",
    "version": "1.4.0",
    "description": "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.",
    "icons": {
        "128": "\/img\/icon128.png",
        "16": "\/img\/icon16.png",
        "48": "\/img\/icon48.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon.png",
        "default_popup": "\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/style.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}