Family Movie Filter
Explicit content filter helper
什麼是Family Movie Filter?
Family Movie Filter是由aquinas開發的Chrome擴展程式,該擴展的主要功能是“Explicit content filter helper”。
擴展截圖
下載Family Movie Filter擴展crx文件
下載Family Movie Filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | mbglppdnipeddfbnlohekfgedkdoicnn |
官方網址 | 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" } } |