42Yogis Yoga Video Library Fullscreen Fix
Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
Τι είναι το 42Yogis Yoga Video Library Fullscreen Fix;
Το 42Yogis Yoga Video Library Fullscreen Fix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.42yogis.com, και η κύρια λειτουργία του είναι "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 42Yogis Yoga Video Library Fullscreen Fix
Λήψη αρχείων επέκτασης 42Yogis Yoga Video Library Fullscreen Fix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
There are bugs in YouTube's new HTML5 video player, particularly the fullscreen button often disappears for embedded videos. This extension adds the fullscreen button back for yoga videos on 42Yogis.com only. You can now watch yoga videos fullscreen without leaving 42Yogis.com.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
Επίσημο URL | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
Περιγραφή | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
Μέγεθος Αρχείου | 103 KB |
Αριθμός Εγκαταστάσεων | 415 |
Τρέχουσα Έκδοση | 0.42 |
Τελευταία Ενημέρωση | 2015-02-07 |
Ημερομηνία Δημοσίευσης | 2015-02-07 |
Αξιολόγηση | 3.86/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | http://www.42yogis.com |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | http://42yogis.com/faqs |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "\/js\/jquery-1.js", "\/js\/fullscreen.js" ], "matches": [ "http:\/\/www.42yogis.com\/*" ], "run_at": "document_start" } ], "description": "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.", "manifest_version": 2, "name": "42Yogis Yoga Video Library Fullscreen Fix", "permissions": [ "tabs", "http:\/\/www.42yogis.com\/*" ], "version": "0.42" } |