Full Screen for YouTube
Opens the YouTube link over the entire page using the YouTube embed url.
Τι είναι το Full Screen for YouTube;
Το Full Screen for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kees C. Bakker, και η κύρια λειτουργία του είναι "Opens the YouTube link over the entire page using the YouTube embed url.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Full Screen for YouTube
Λήψη αρχείων επέκτασης Full Screen for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nnfllbclchoppelnicmgnnepjpimbjoh |
Επίσημο URL | https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh |
Περιγραφή | Opens the YouTube link over the entire page using the YouTube embed url. |
Μέγεθος Αρχείου | 20.71 KB |
Αριθμός Εγκαταστάσεων | 415 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2019-08-25 |
Ημερομηνία Δημοσίευσης | 2019-08-25 |
Αξιολόγηση | 4.54/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | Kees C. Bakker |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Screen for YouTube", "short_name": "YTFS", "version": "0.1.2", "author": "Kees C. Bakker", "description": "Opens the YouTube link over the entire page using the YouTube embed url.", "page_action": { "default_title": "YouTube Full Screen", "default_icon": "images\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';", "permissions": [ "storage", "tabs", "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "background": { "scripts": [ "YTFS.js" ] }, "icons": { "16": "images\/icon.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |