Saferflix

Saferflix

Saferflix là gì?

Saferflix là một tiện ích mở rộng Chrome được phát triển bởi https://saferflix.com, và tính năng chính của nó là "Saferflix".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Saferflix 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

                        Saferflix allows you to filter streaming content through our customize-able filters. Choose to edit specific words (cussing / vulgarity), nudity, sexual content, and violence.

----------------------------------------------------------

To use Saferflix:

1) Download the Chrome extension
2) Go to Saferflix.com and register. 
3) Wait for your account to be approved
4) Go back to Saferflix and check our Movie/TV list page. Click on any movie/tv show to view, or ...
5) Using Chrome (with the Saferflix extension from step 1), go to Netflix or Amazon instant video and attempt to play any movie. You can buy a filter for the movie, or you can request that it be filtered.

-----------------------------------------------------
Update log
-----------------------------------------------------
Version 1.3.2 - October 2017
Updates to handle new Netflix UI
-----------------------------------------------------
Version 1.2.1 - Sept 2017
-Fixed full screen filtering issues
-----------------------------------------------------
Version 1.2.0 - Sept 2017
-Updates for font sizes
-Adjustments to handle paid version functionality of Saferflix
-----------------------------------------------------
Version 1.1.5 - Aug 2017

- Fixed video edits for Amazon video that are 10 seconds or less for Amazon Instant Video                    

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

Tên Saferflix Saferflix
ID mlmlejelmhbnndmehhakihgbofkdmjak
URL Chính Thức https://chromewebstore.google.com/detail/saferflix/mlmlejelmhbnndmehhakihgbofkdmjak
Mô tả Saferflix
Kích Thước Tệp 97.66 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2017-10-20
Ngày Phát Hành 2017-10-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://saferflix.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.saferflix.com
URL Trang Trợ Giúp https://www.saferflix.com/faq.aspx
URL Trang Chính Sách Bảo Mật http://saferflix.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "saferflix.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "loading.gif"
    ],
    "description": "Saferflix",
    "manifest_version": 2,
    "name": "Saferflix",
    "short_name": "Saferflix",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "notifications"
    ],
    "browser_action": {
        "default_title": "Saferflix",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2"
}