Fullscreen Youtube on Twitter
Enables fullscreen mode for youtube videos embedded in the twitter feed
什麼是Fullscreen Youtube on Twitter?
Fullscreen Youtube on Twitter是由http://pause-geek.fr開發的Chrome擴展程式,該擴展的主要功能是“Enables fullscreen mode for youtube videos embedded in the twitter feed”。
擴展截圖
下載Fullscreen Youtube on Twitter擴展crx文件
下載Fullscreen Youtube on Twitter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | fkjbbblglhfokmilicmlbgoijjlikdep |
官方網址 | https://chrome.google.com/webstore/detail/fullscreen-youtube-on-twi/fkjbbblglhfokmilicmlbgoijjlikdep |
簡介 | Enables fullscreen mode for youtube videos embedded in the twitter feed |
檔案大小 | 4.22 KB |
安裝次數 | 32 |
目前版本 | 1.6 |
更新時間 | 2016-08-13 |
上架時間 | 2016-08-13 |
開發者 | http://pause-geek.fr |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |