Blocksi Web Filter

Blocksi is the #1 rated extension for Web & Youtube Filtering, Time Management and trend analysis for Chrome and Chromebooks.

Blocksi Web Filterคืออะไร?

Blocksi Web Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blocksi.net และคุณลักษณะหลักของมันคือ "Blocksi is the #1 rated extension for Web & Youtube Filtering, Time Management and trend analysis for Chrome and Chromebooks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blocksi Web Filter

ดาวน์โหลดไฟล์ส่วนขยาย Blocksi Web Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Blocksi Parental Control, Web Filter & Youtube Filtering extension for Chrome & Chromebooks

Offered by Blocksi @ www.blocksi.net

Since 2011, Blocksi extension free edition is the #1 rated extension for Web Filtering,Youtube Filtering and Internet Access Time control. 


Blocksi is fast, reliable with a proven track record at many school districts, homes, enterprises and government agencies.


Main features of the free extension are:

- Web filtering across 79 rated categories including pornography, adult, security and malware

- Youtube filtering across 20 categories

- Youtube content filtering

- Youtube channel filtering

- Safe Search across text,image,video across major search engine              

- Content filtering ( scans web pages and blocks by keyword match)

- Black/White List

- Application Control Filters (Google Docs, Google Classroom, Netflix, Clash of Clans..)

- Homework Access Time Control

Download it and enjoy free internet filtering on any chrome based browser or any chromebook. 

***Blocksi Manager Home (BMH)***

Blocksi Manager Home (BMH) is a perfect addition for parents who want to lock down the Blocksi  extension onto their children’s chromebooks or chrome browser.

BMH offers to a parent a cloud dashboard from which they can control the Blocksi extension settings from anywhere and on any device, including on smartphones. 

BMH allows to check analytics, web history and set the filtering policy on  chromebooks based on its location at school or off school.

Sign up for Blocksi Manager Home @ www.blocksi.net


******Blocksi Manager for Schools ******

Blocksi Manager for the education market comes in two flavors:

                             BMEE and BMOC

==> Blocksi Manager Education Everywhere (BMEE)

For school districts owned chromebooks enrolled into a Google App For Education domain (GAFE), Blocksi Manager Education Everywhere (BMEE) lets the Director of Technology   in full control of the filtering policies across the entire chromebook fleet whatever its size, whether these are on campus or/and off campus.

School districts admin can   signup for BMEE @ www.blocksi.net


*************************************************************


More info on BMEE or BMH can be found at www.blocksi.net

Privacy policy is http://www.blocksi.net/privacy.php

For support please write an email at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blocksi Web Filter Blocksi Web Filter
ID pgmjaihnmedpcdkjcgigocogcbffgkbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blocksi-web-filter/pgmjaihnmedpcdkjcgigocogcbffgkbn
คำอธิบาย Blocksi is the #1 rated extension for Web & Youtube Filtering, Time Management and trend analysis for Chrome and Chromebooks.
ขนาดไฟล์ 558 KB
จำนวนการติดตั้ง 56,076
เวอร์ชันปัจจุบัน 1.0.168
อัปเดตครั้งล่าสุด 2020-07-19
วันที่เผยแพร่ 2019-05-14
คะแนน 3.56/5 รวมทั้งหมด 481 คะแนน
ผู้พัฒนา https://blocksi.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.blocksi.net
URL หน้าช่วยเหลือ http://www.blocksi.net/blocksimanager-home.php
URL หน้านโยบายความเป็นส่วนตัว https://blocksi.net/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blocksi Web Filter",
    "version": "1.0.168",
    "manifest_version": 2,
    "minimum_chrome_version": "21",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "",
        "webNavigation",
        "storage",
        "identity",
        "identity.email",
        "geolocation"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19x19.png",
            "38": "images\/38x38.png"
        },
        "default_title": "Add to black\/white list",
        "default_popup": "browser_action.html"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/page-inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}