Vidoc.tv

Personalized movie and series recommendations based on your watching history and our AI processes.

Τι είναι το Vidoc.tv;

Το Vidoc.tv είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Browser Extensions, και η κύρια λειτουργία του είναι "Personalized movie and series recommendations based on your watching history and our AI processes.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Vidoc.tv

Λήψη αρχείων επέκτασης Vidoc.tv σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Download the extension to make faster and more accurate movie choices! 

-> Connect all your streaming services in one place
-> Our AI will learn what you like to watch
-> Discover your unique recommendations
-> Connect with others like you!

How it works?
1. Download the extension
2. Register to get access to all features of the Vidoc platform!
3. Connect your streaming service accounts
4. Sit back while Vidoc analyses data
5. Enjoy your personalised recommendations available for you in your extension! 

What is Vidoc.tv platform

- Your movie recommendation engine: one platform to rule them all
- All your streaming services are synthesised and analysed in one powerful recommendation platform.
- Backed by AI: we developed our innovative algorithms to provide you with highly accurate recommendations.
- Localise desired titles: search for movies and series and localise the platform where you can watch them.
- Playlists and rankings: explore Vidoc’s playlist and rankings to discover new titles. Create your own watchlists.
- Collect Vidocoins and receive movie-related rewards.
- Build the movie influencer community: discover new titles and share them with your friends. 
- Rate your favourite shows, create lists, and join forums around the world.


Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This website & extension hold no association or affiliation with them or any third-party companies.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Vidoc.tv Vidoc.tv
ID fgadelfgbiljlfkhegiibclkeihngmdn
Επίσημο URL https://chrome.google.com/webstore/detail/vidoctv/fgadelfgbiljlfkhegiibclkeihngmdn
Περιγραφή Personalized movie and series recommendations based on your watching history and our AI processes.
Μέγεθος Αρχείου 298 KB
Αριθμός Εγκαταστάσεων 319
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-02-09
Ημερομηνία Δημοσίευσης 2021-10-15
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Browser Extensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://vidoc.tv/
Διεύθυνση URL της Σελίδας Βοήθειας https://vidoc.tv/faq
URL της Σελίδας Πολιτικής Απορρήτου https://www.vodextended.com/privacy_policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vidoc.tv",
    "description": "Personalized movie and series recommendations based on your watching history and our AI processes.",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/img\/favicon-16x16.png",
        "32": "assets\/img\/favicon-32x32.png",
        "48": "assets\/img\/favicon-48x48.png",
        "72": "assets\/img\/favicon-72x72.png",
        "96": "assets\/img\/favicon-96x96.png",
        "128": "assets\/img\/favicon-120x120.png"
    },
    "browser_action": {
        "default_title": "Vidoc.tv",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/cookieChecker.js",
            "assets\/js\/vidocApi.js",
            "assets\/js\/extensionStorage.js",
            "gathers\/init.js",
            "service_worker.js",
            "gathers\/amazon.min.js",
            "gathers\/disney.min.js",
            "gathers\/netflix.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                ".\/assets\/js\/extensionStorage.js",
                ".\/gathers\/disney-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/vidoc.tv\/*"
            ],
            "js": [
                ".\/assets\/js\/jquery-3.6.0.min.js",
                ".\/assets\/js\/vidocContentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies",
        "alarms",
        "https:\/\/vidoc.tv\/*",
        "https:\/\/*.primevideo.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.disneyplus.com\/*",
        "https:\/\/*.bamgrid.com\/*",
        "https:\/\/*.netflix.com\/*"
    ],
    "web_accessible_resources": [
        ".\/assets\/fonts\/SpaceGrotesk-VariableFont_wght.ttf"
    ]
}