Fullscreen Youtube on Twitter
Enables fullscreen mode for youtube videos embedded in the twitter feed
What is Fullscreen Youtube on Twitter?
Fullscreen Youtube on Twitter is a Chrome extension developed by http://pause-geek.fr, and its main feature is "Enables fullscreen mode for youtube videos embedded in the twitter feed".
Extension Screenshots
Download Fullscreen Youtube on Twitter Extension CRX File
Download Fullscreen Youtube on Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fkjbbblglhfokmilicmlbgoijjlikdep |
Official URL | https://chrome.google.com/webstore/detail/fullscreen-youtube-on-twi/fkjbbblglhfokmilicmlbgoijjlikdep |
Description | Enables fullscreen mode for youtube videos embedded in the twitter feed |
File Size | 4.22 KB |
Installation Count | 32 |
Current Version | 1.6 |
Last Updated | 2016-08-13 |
Publish Date | 2016-08-13 |
Developer | http://pause-geek.fr |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |