BlockSite

Block all unwanted websites... Site Blocking made simpler.

ما هو BlockSite؟

BlockSite هو إضافة Chrome تم تطويرها بواسطة http://block-site.com، والميزة الرئيسية لها هي "Block all unwanted websites... Site Blocking made simpler.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BlockSite

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

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

                        BlockSite is a free & vital extension that allows you to block all the undesirable and harmful websites that could affect your system. Using this essential extension, you can block multiple malicious websites together.

OVERVIEW:-

BlockSite removes all the websites that you don’t want appearing in your search results. Not only is this a free extension, but it also protects you from cyber threats, along with saving your time by keeping unwanted websites at bay. 

FEATURES:-

Blocks Unwanted Websites >
A free, user-friendly extension that bans and removes all the unwanted and hazardous websites from your search results.

Password Security >
You can also keep control of the options page. Only you would be able to block or unblock the websites with password security.

Blocks and removes sites along with sub-domains >
This extension filters all the unwanted and hazardous websites along with their subdomains from your search results, allowing you to have a smooth online experience without interruptions.

Blocks Multiple Websites At Once >
You simply have to paste all the URLs you want to be blocked and removed in the “Load Site,” and the unwanted websites will be blocked, providing you a seamless online experience. Therefore, BlockSite bans multiple websites together.

White List >
You can also create a white list of the specific websites. Blocking settings will not be applied to websites added to the white list. Hence, you get complete control through BlockSite.

Unblocks Multiple Websites At Once >
Just like blocking, you can also unblock many websites at once. All you have to do is copy and paste all the URLs, and all the websites will be unblocked together.

Therefore, with the help of the BlockSite extension, you will be able to protect your system and data from all cyber threats. Furthermore, you will be able to speed up your productivity by giving attention to the essential tasks using this website blocker.

Now Block Site made everything easier...                    

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

الاسم BlockSite BlockSite
ID pfhjfcifolioiddfgicgkapbkfndaodc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/blocksite/pfhjfcifolioiddfgicgkapbkfndaodc
الوصف Block all unwanted websites... Site Blocking made simpler.
حجم الملف 273 KB
عدد التثبيتات 574
النسخة الحالية 0.1
آخر تحديث 2021-11-14
تاريخ النشر 2021-11-14
تقييم 3.35/5 مجموع تقييمات 17
المطور http://block-site.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.block-site.com/
عنوان صفحة المساعدة https://www.block-site.com/support/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "BlockSite",
    "description": "Block all unwanted websites... Site Blocking made simpler.",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "version": "0.1",
    "web_accessible_resources": [
        "icons\/blocked-user.png"
    ]
}