42Yogis Yoga Video Library Fullscreen Fix
Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
Wat is 42Yogis Yoga Video Library Fullscreen Fix?
42Yogis Yoga Video Library Fullscreen Fix is een Chrome-extensie ontwikkeld door http://www.42yogis.com, en de belangrijkste functie is "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".
Extensie Screenshots
Download het CRX-bestand van de extensie 42Yogis Yoga Video Library Fullscreen Fix
Download 42Yogis Yoga Video Library Fullscreen Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
Officiële URL | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
Beschrijving | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
Bestandsgrootte | 103 KB |
Aantal Installaties | 415 |
Huidige Versie | 0.42 |
Laatst Bijgewerkt | 2015-02-07 |
Publicatiedatum | 2015-02-07 |
Beoordeling | 3.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | http://www.42yogis.com |
Betalingswijze | free |
Help Pagina-URL | http://42yogis.com/faqs |
Ondersteunde Talen | 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" } |