Ohana TV
Decide what you watch
Wat is Ohana TV?
Ohana TV is een Chrome-extensie ontwikkeld door Ohana TV - Community, en de belangrijkste functie is "Decide what you watch".
Extensie Screenshots
Download het CRX-bestand van de extensie Ohana TV
Download Ohana TV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Decide what you watch. Gives you the freedom to decide whether or not to watch scenes with sexual or violent content among others.
Basisinformatie over de Extensie
Naam | Ohana TV |
ID | nfkbclgkdifmoidnkapblfipbdkcppcf |
Officiële URL | https://chromewebstore.google.com/detail/ohana-tv/nfkbclgkdifmoidnkapblfipbdkcppcf |
Beschrijving | Decide what you watch |
Bestandsgrootte | 1.29 MB |
Aantal Installaties | 61 |
Huidige Versie | 1.7.6 |
Laatst Bijgewerkt | 2023-06-30 |
Publicatiedatum | 2020-08-17 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Ohana TV - Community |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ohana.tv/ |
URL van de Privacybeleid Pagina | https://ohana.tv/privacy-policy |
Ondersteunde Talen | 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'" } |