Ohana TV
Decide what you watch
什麼是Ohana TV?
Ohana TV是由Ohana TV - Community開發的Chrome擴展程式,該擴展的主要功能是“Decide what you watch”。
擴展截圖
下載Ohana TV擴展crx文件
下載Ohana TV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Decide what you watch. Gives you the freedom to decide whether or not to watch scenes with sexual or violent content among others.
擴展基本資訊
名稱 | Ohana TV |
ID | nfkbclgkdifmoidnkapblfipbdkcppcf |
官方網址 | https://chromewebstore.google.com/detail/ohana-tv/nfkbclgkdifmoidnkapblfipbdkcppcf |
簡介 | Decide what you watch |
檔案大小 | 1.29 MB |
安裝次數 | 61 |
目前版本 | 1.7.6 |
更新時間 | 2023-06-30 |
上架時間 | 2020-08-17 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Ohana TV - Community |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ohana.tv/ |
隱私政策頁面URL | https://ohana.tv/privacy-policy |
支援的語言 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ohana TV", "homepage_url": "https:\/\/ohana.tv\/", "version": "1.7.6", "description": "Decide what you watch", "default_locale": "es", "permissions": [ "storage", "https:\/\/*.ohanamovies.org\/*", "https:\/\/ohanamovies.org\/*", "https:\/\/*.ohana.tv\/*", "https:\/\/ohana.tv\/*" ], "icons": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "commands": { "mark-current-time-sex": { "suggested_key": { "default": "Alt+S" }, "description": "Mark current time as containing Sex" }, "mark-current-time-violence": { "suggested_key": { "default": "Alt+G" }, "description": "Mark current time as containing Gore \/ Violence" }, "mark-current-time-other": { "suggested_key": { "default": "Alt+O" }, "description": "Mark current time as containing Other" }, "mark-current-time": { "suggested_key": { "default": "Alt+N" }, "description": "Mark current time as a New scene start\/end" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.altbalaji.com\/*", "https:\/\/*.atresplayer.com\/*", "https:\/\/*.amazon.co.uk\/gp\/video\/*", "https:\/\/*.blutv.com\/*", "https:\/\/*.britbox.com\/*", "https:\/\/*.canalplus.com\/*", "https:\/\/*.channel4.com\/*", "https:\/\/*.crave.ca\/*", "https:\/\/*.crunchyroll.com\/*", "https:\/\/*.curiositystream.com\/*", "https:\/\/*.dazn.com\/*", "https:\/\/*.dcuniverseinfinite.com\/*", "https:\/\/*.discoveryplus.com\/*", "https:\/\/*.disneyplus.com\/*", "https:\/\/*.erosnow.com\/*", "https:\/\/*.exxen.com\/*", "https:\/\/*.fandor.com\/*", "https:\/\/*.filmaffinity.com\/*", "https:\/\/*.filmbox.com\/*", "https:\/\/*.filmin.es\/*", "https:\/\/*.flixole.com\/*", "https:\/\/*.freeform.com\/*", "https:\/\/*.fubo.tv\/*", "https:\/\/*.funimation.com\/*", "https:\/\/*.globo.com\/*", "https:\/\/*.guidedoc.tv\/*", "https:\/\/*.hayu.com\/*", "https:\/\/*.hbomax.com\/*", "https:\/\/*.hoopladigital.com\/*", "https:\/\/*.hulu.com\/*", "https:\/\/*.hulu.jp\/*", "https:\/\/*.iflix.com\/*", "https:\/\/*.imdb.com\/*", "https:\/\/*.joyn.de\/*", "https:\/\/*.justwatch.com\/*", "https:\/\/*.kanopy.com\/*", "https:\/\/*.mbc.net\/*", "https:\/\/*.movistarplus.es\/*", "https:\/\/*.mubi.com\/*", "https:\/\/*.netflix.com\/*", "https:\/\/*.nowtv.com\/*", "https:\/\/*.ocs.fr\/*", "https:\/\/*.paramountplus.com\/*", "https:\/\/*.pbs.org\/*", "https:\/\/*.peacocktv.com\/*", "https:\/\/*.player.pl\/*", "https:\/\/*.plex.tv\/*", "https:\/\/*.polsatboxgo.pl\/*", "https:\/\/*.popcornflix.com\/*", "https:\/\/*.primevideo.com\/*", "https:\/\/*.rakuten.tv\/*", "https:\/\/*.redbox.com\/*", "https:\/\/*.screambox.com\/*", "https:\/\/*.sho.com\/*", "https:\/\/*.shudder.com\/*", "https:\/\/*.sky.com\/*", "https:\/\/*.sling.com\/*", "https:\/\/*.sonyliv.com\/*", "https:\/\/*.startimestv.com\/*", "https:\/\/*.starz.com\/*", "https:\/\/*.sundancenow.com\/*", "https:\/\/*.tcm.com\/*", "https:\/\/*.themoviedb.org\/*", "https:\/\/*.tidal.com\/*", "https:\/\/*.tuamc.tv\/*", "https:\/\/*.tubitv.com\/*", "https:\/\/*.tvnow.de\/*", "https:\/\/*.twitch.tv\/*", "https:\/\/*.viaplay.se\/*", "https:\/\/*.viki.com\/*", "https:\/\/*.vimeo.com\/*", "https:\/\/*.viu.com\/*", "https:\/\/*.vudu.com\/*", "https:\/\/*.watchit.com\/*", "https:\/\/*.wavve.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.mediaset.it\/*", "https:\/\/play.google.com\/*", "https:\/\/tv.apple.com\/*" ], "js": [ "js\/content-script.js" ], "css": [ "css\/injected.css" ] }, { "matches": [ "https:\/\/ohanamovies.org\/*", "https:\/\/ohana.tv\/*" ], "js": [ "js\/content-script-web.js" ] } ], "web_accessible_resources": [ "popup.html", "icons\/done.png", "icons\/missing.png", "icons\/unknown.png", "icons\/done3.png", "icons\/missing3.png", "icons\/unknown3.png", "icons\/logo-16.png", "icons\/logo-48.png", "icons\/logo-128.png", "icons\/mdi-emoticon-happy.png", "icons\/mdi-content-cut.png", "icons\/mdi-flag-variant.png", "icons\/mdi-progress-question.png" ], "externally_connectable": { "ids": [], "matches": [ "https:\/\/*.ohanamovies.org\/*", "https:\/\/ohanamovies.org\/*", "https:\/\/*.ohana.tv\/*", "https:\/\/ohana.tv\/*" ], "accepts_tls_channel_id": false }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "128": "icons\/inactive.png" } }, "options_ui": { "page": "popup.html#\/Options" }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |