42Yogis Yoga Video Library Fullscreen Fix
Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
Vad är 42Yogis Yoga Video Library Fullscreen Fix?
42Yogis Yoga Video Library Fullscreen Fix är en Chrome-tillägg utvecklad av http://www.42yogis.com, och dess huvudfunktion är "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".
Tilläggsskärmbilder
Ladda ner 42Yogis Yoga Video Library Fullscreen Fix-förlängningens CRX-fil
Ladda ner 42Yogis Yoga Video Library Fullscreen Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
Officiell webbadress | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
Beskrivning | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
Filstorlek | 103 KB |
Antal Installationer | 415 |
Aktuell Version | 0.42 |
Senast Uppdaterad | 2015-02-07 |
Publiceringsdatum | 2015-02-07 |
Betyg | 3.86/5 Totalt 7 Betyg |
Utvecklare | http://www.42yogis.com |
Betalningssätt | free |
Hjälpsida URL | http://42yogis.com/faqs |
Stödda Språk | 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" } |