Saferflix

Saferflix

Saferflix란 무엇입니까?

Saferflix은(는) https://saferflix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saferflix"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Saferflix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Saferflix Saferflix
ID mlmlejelmhbnndmehhakihgbofkdmjak
공식 URL https://chromewebstore.google.com/detail/saferflix/mlmlejelmhbnndmehhakihgbofkdmjak
설명 Saferflix
파일 크기 97.66 KB
설치 횟수 86
현재 버전 1.3.2
최근 업데이트 2017-10-20
출시 날짜 2017-10-20
평점 5.00/5 총 4 개의 평점
개발자 https://saferflix.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.saferflix.com
도움말 페이지 URL https://www.saferflix.com/faq.aspx
개인정보 보호 정책 페이지 URL http://saferflix.com/privacy.html
지원되는 언어 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"
}