Tube2VR Extension

Watch any video from websites with your virtual reality headset.

Τι είναι το Tube2VR Extension;

Το Tube2VR Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://tube2vr.com, και η κύρια λειτουργία του είναι "Watch any video from websites with your virtual reality headset.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tube2VR Extension

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

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

                        Watch any video from websites with your virtual reality headset. Download our app Tube2VR Player to get a code and connect Chrome with your smartphone. Then play any video from your web browser and watch them with your virtual reality headset.                    

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

Όνομα Tube2VR Extension Tube2VR Extension
ID imjggbgjgbclleaobplheemdiphmldkj
Επίσημο URL https://chrome.google.com/webstore/detail/tube2vr-extension/imjggbgjgbclleaobplheemdiphmldkj
Περιγραφή Watch any video from websites with your virtual reality headset.
Μέγεθος Αρχείου 59.03 KB
Αριθμός Εγκαταστάσεων 346
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-08-04
Ημερομηνία Δημοσίευσης 2017-08-04
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://tube2vr.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://tube2vr.com/extension
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tube2VR Extension",
    "short_name": "Tube2VR",
    "description": "Watch any video from websites with your virtual reality headset.",
    "author": "Tube2VR",
    "version": "1.0",
    "icons": {
        "16": "icons\/logo_orange_16.png",
        "48": "icons\/logo_orange_48.png",
        "128": "icons\/logo_orange_128.png"
    },
    "incognito": "split",
    "browser_action": {
        "default_icon": {
            "16": "icons\/logo_orange_16.png",
            "48": "icons\/logo_orange_48.png",
            "128": "icons\/logo_orange_128.png"
        },
        "default_title": "Video Downloader professional"
    },
    "background": {
        "page": "src\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "src\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/tube2vr.com ; object-src 'self'",
    "permissions": [
        "http:\/\/tube2vr.com\/",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "management",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}