Porn Site Blocker

This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.

ما هو Porn Site Blocker؟

Porn Site Blocker هو إضافة Chrome تم تطويرها بواسطة golujs2000، والميزة الرئيسية لها هي "This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.".

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

screenshot

تحميل ملف CRX للإضافة Porn Site Blocker

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

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

                        This chrome extension is built for blocking porn sites and adult content. you can also blacklist any domain and web page manually. Our team's effort is, you stay away from porn sites.

You can use this extension to prevent a porn site, if you are addicted to watching porn,  this extension is for you.

This extension automatically blocks porn sites. and you can manually block and whitelist a domain and page, you have to go to the options page, to add the domain or page to the blacklist and whitelist.                    

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

الاسم Porn Site Blocker Porn Site Blocker
ID ljjkiefkfmmfjiloocmiipmnjoaagglg
عنوان URL الرسمي https://chromewebstore.google.com/detail/porn-site-blocker/ljjkiefkfmmfjiloocmiipmnjoaagglg
الوصف This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.
حجم الملف 124 KB
عدد التثبيتات 833
النسخة الحالية 1.02
آخر تحديث 2022-12-25
تاريخ النشر 2022-12-16
تقييم 5.00/5 مجموع تقييمات 2
المطور golujs2000
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porn Site Blocker",
    "version": "1.02",
    "description": "This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Pron site blocker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "style.css"
            ],
            "html": [
                "index.html"
            ]
        }
    ]
}