Fullscreen Youtube on Twitter
Enables fullscreen mode for youtube videos embedded in the twitter feed
Co je Fullscreen Youtube on Twitter?
Fullscreen Youtube on Twitter je rozšíření Chrome vyvinuté http://pause-geek.fr, a jeho hlavní funkcí je „Enables fullscreen mode for youtube videos embedded in the twitter feed“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fullscreen Youtube on Twitter
Stáhněte si soubory rozšíření Fullscreen Youtube on Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
If you want to make sure this extension is not malicious you can check the (very short) source code at https://github.com/BaliBalo/twitterYoutubeFullscreen and use it directly from there.
Základní Informace o Rozšíření
Název | |
ID | fkjbbblglhfokmilicmlbgoijjlikdep |
Oficiální URL | https://chrome.google.com/webstore/detail/fullscreen-youtube-on-twi/fkjbbblglhfokmilicmlbgoijjlikdep |
Popis | Enables fullscreen mode for youtube videos embedded in the twitter feed |
Velikost souboru | 4.22 KB |
Počet instalací | 32 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2016-08-13 |
Datum Vydání | 2016-08-13 |
Vývojář | http://pause-geek.fr |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullscreen Youtube on Twitter", "version": "1.6", "description": "Enables fullscreen mode for youtube videos embedded in the twitter feed", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/i\/cards\/*" ], "js": [ "script.js" ], "all_frames": true } ], "manifest_version": 2 } |