Safer Surfer

This extension sensors the current web page.

Safer Surfer là gì?

Safer Surfer là một tiện ích mở rộng Chrome được phát triển bởi Baimbekka, và tính năng chính của nó là "This extension sensors the current web page.".

Tải xuống tệp CRX của tiện ích mở rộng Safer Surfer

Tải xuống các tệp mở rộng Safer Surfer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Safer Surfer gives surfers of the internet a gnarly and radical experience while safely riding the waves of the world wide web. Safer Surfer allows users the complete freedom to explore any webpage with the safety of all profanity to be censored to a cleaner, less emotionally scarring version. Unlike many traditional web censoring services that block out certain sites, Safer Surfer provides more protection by modifying the text on the webpage instead of attempting to block content that is sometimes missed by the traditional web censoring services. Safer Surfer currently has around 350 triggering and profane phrases which it substitutes with kinder, cleaner, and more politically correct phrases. Safer Surfer is also able to add words to its "naughty list" with user replaced words, ever expanding its library and making it ideal for educational purposes or for more sensitive environments. Safer Surfer also includes a feature which rates how clean the website is by counting the number of buzzwords on the site. This feature can be a great tool for educators for providing guidance to what websites are safe to use as sources for school projects for students.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Safer Surfer Safer Surfer
ID oclnodcnfdilpejbfoakdhjeobbmjfho
URL Chính Thức https://chrome.google.com/webstore/detail/safer-surfer/oclnodcnfdilpejbfoakdhjeobbmjfho
Mô tả This extension sensors the current web page.
Kích Thước Tệp 23.52 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2017-02-26
Ngày Phát Hành 2017-02-26
Nhà Phát Triển Baimbekka
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Safer Surfer",
    "description": "This extension sensors the current web page.",
    "version": "0.1.7",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Sensor Page"
    },
    "permissions": [
        "activeTab",
        "",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}