YouTube Video Player

YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.

Τι είναι το YouTube Video Player;

Το YouTube Video Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Online Apps, και η κύρια λειτουργία του είναι "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Video Player

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

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

                        You can add any YouTube video with these options:

- icon (plus) next to logo on YouTube video detail page
- context menu: right click to background on YouTube video detail page
- context menu: right click to any link, that directed to YouTube video

Next you can play in the popup your favorited videos without go to youtube.com and without download this video. Important button is Detailed view, which open player in detail mode on new tab.

Enjoy!                    

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

Όνομα YouTube Video Player YouTube Video Player
ID cbklkhaojmgbcgkpbemolkionjbepkfc
Επίσημο URL https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc
Περιγραφή YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
Μέγεθος Αρχείου 138 KB
Αριθμός Εγκαταστάσεων 13,983
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-02-29
Ημερομηνία Δημοσίευσης 2020-02-28
Αξιολόγηση 3.59/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής Online Apps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.e-players.net/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Player",
    "description": "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "web_accessible_resources": [
        "img\/button_add.png"
    ]
}