FoxFilter - The content filter!

FoxFilter helps block pornographic and any other user-defined content. Great for use in your home, business, library or classroom.

FoxFilter - The content filter!คืออะไร?

FoxFilter - The content filter! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.foxfilter.com และคุณลักษณะหลักของมันคือ "FoxFilter helps block pornographic and any other user-defined content. Great for use in your home, business, library or classroom."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FoxFilter - The content filter!

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

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

                        Protect your family from inappropriate content on the web. FoxFilter is an effective content filter that helps block pornographic and other inappropriate content.

Getting Started

Once installed, right-click on any web page and select “FoxFilter Settings” to change the default settings to your preferences.

FoxFilter is an effective content filter that helps block pornographic and other user-defined content by allowing you to fully customize your filtering preferences and sensitivity settings. We are thrilled that many use FoxFilter in their homes, businesses and classrooms, which is what sparked the creation of our hosted options (Hosted, Pro, Enterprise). Using one of the premium hosted features allows you to manage your personalized settings for all of your computers/accounts from a single computer. Our premium features also offer password-protected settings and security features to help prevent it from being bypassed, uninstalled or disabled. 

All of the filtering features are completely free of charge. However, due to the volume of support requests pertaining to forgotten passwords as well as other support costs that we incur, security and other premium features are now only available to subscribed users. A subscription fee is required to obtain a registration code and varies depending on which premium options you select.

The FoxFilter Team has spent many long days and nights in the development, maintenance and support of FoxFilter. We are very proud of our product and are very happy that is helping protect children, teens and adults from inappropriate content on the Internet. We're confident that you will agree that FoxFilter is the most simple and effective extension for filtering inappropriate content.

Features available that are completely free:

-All content filtering features and settings
-Pre-defined filtering rules for pornographic content
-Mode selection
-Auto-enable preference setting
-Sensitivity settings
-Alert settings to control how much detail is provided about the blocked content (protect innocent eyes)
-Ability to add custom filtering keywords
-Ability to add sites to the list of blocked sites or trusted sites


Premium features that are also available: 

-Password protection
-Password recovery
-Advanced security feature which helps prevent FoxFilter from being uninstalled or bypassed
-Shared settings across multiple computers or computer accounts                    

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

ชื่อ FoxFilter - The content filter! FoxFilter - The content filter!
ID nopeodilnmhhlfageeohjojginlgeljk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/foxfilter-the-content-fil/nopeodilnmhhlfageeohjojginlgeljk
คำอธิบาย FoxFilter helps block pornographic and any other user-defined content. Great for use in your home, business, library or classroom.
ขนาดไฟล์ 909 KB
จำนวนการติดตั้ง 6,880
เวอร์ชันปัจจุบัน 9.6
อัปเดตครั้งล่าสุด 2021-06-07
วันที่เผยแพร่ 2019-03-29
คะแนน 3.34/5 รวมทั้งหมด 109 คะแนน
ผู้พัฒนา https://www.foxfilter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.foxfilter.com
URL หน้าช่วยเหลือ http://www.inspiredeffect.com/foxfilter/faq.aspx
URL หน้านโยบายความเป็นส่วนตัว http://www.foxfilter.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FoxFilter - The content filter!",
    "short_name": "FoxFilter",
    "version": "9.6",
    "manifest_version": 2,
    "description": "FoxFilter helps block pornographic and any other user-defined content. Great for use in your home, business, library or classroom.",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "70.0"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "options_ui": {
        "page": "html\/start.html?show_tip=1",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/css\/hide.css",
        "\/css\/show.css"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "contextMenus",
        "storage"
    ]
}