Family Movie Filter

Explicit content filter helper

Family Movie Filter란 무엇입니까?

Family Movie Filter은(는) aquinas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explicit content filter helper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Family Movie Filter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Netflix / Amazon / Disney+ / YouTube / Hulu adult content filter. 

The Chrome browser plugin automatically filters "bad words" by reading the closed captioning and muting the sound and replacing the word with CENSORED on screen. In addition, when specific content filter are created for videos, the browser will skip those sections.

Without creating an account, you can install the Chrome extension and use the word filtering system and pre-existing filters. But if you create an account, you can also create your own personalized movie filters.                    

확장 프로그램 기본 정보

이름 Family Movie Filter Family Movie Filter
ID mbglppdnipeddfbnlohekfgedkdoicnn
공식 URL https://chromewebstore.google.com/detail/family-movie-filter/mbglppdnipeddfbnlohekfgedkdoicnn
설명 Explicit content filter helper
파일 크기 1.13 MB
설치 횟수 913
현재 버전 1.0.5
최근 업데이트 2020-06-03
출시 날짜 2020-06-02
평점 3.83/5 총 6 개의 평점
개발자 aquinas
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://familymoviefilters.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "short_name": "Family Movie Filter",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/injected\/mainNew.js",
        "bower_components\/aes-js\/index.js",
        "bower_components\/jquery\/dist\/jquery.js",
        "bower_components\/bootstrap\/dist\/css\/bootstrap.min.css",
        "html\/controls\/controls.html",
        "images\/**"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/watch\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.disneyplus.com\/*",
        "*:\/\/*.nflxvideo.net\/?o=*",
        "*:\/\/*.assetshuluimcom-a.akamaihd.net\/captions\/*",
        "*:\/\/*.cloudfront.net\/*.dfxp",
        "*:\/\/*.cloudfront.net\/*.ttml2",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.hulu.com\/*",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "options_ui": {
        "page": "popup.html",
        "chrome_style": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.netflix.com\/watch\/*",
            "*:\/\/*.amazon.com\/*",
            "*:\/\/*.hulu.com\/*",
            "*:\/\/*.disneyplus.com\/*",
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/aes-js\/index.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/injected.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Family Movie Filter",
        "default_popup": "popup.html"
    }
}