Twitter Volume Control
Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW
什麼是Twitter Volume Control?
Twitter Volume Control是由http://pause-geek.fr開發的Chrome擴展程式,該擴展的主要功能是“Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW”。
擴展截圖
下載Twitter Volume Control擴展crx文件
下載Twitter Volume Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
TWITTER FINALLY ADDED THIS FUNCTIONALITY NATIVELY - THIS EXTENSION IS NOT NEEDED ANYMORE. I will leave it on the webstore anyway in case people prefer the horizontal version. No Vine support, only native twitter videos. Check the source at https://github.com/BaliBalo/twitterVolumeControl
擴展基本資訊
名稱 | |
ID | geeghoallaenmelpkedpgjpllljkfeap |
官方網址 | https://chrome.google.com/webstore/detail/twitter-volume-control/geeghoallaenmelpkedpgjpllljkfeap |
簡介 | Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW |
檔案大小 | 7.16 KB |
安裝次數 | 2,282 |
目前版本 | 1.3.1 |
更新時間 | 2016-10-20 |
上架時間 | 2016-10-20 |
評分 | 4.70/5 共 23 次評分 |
開發者 | http://pause-geek.fr |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Volume Control", "version": "1.3.1", "description": "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/i\/videos\/*" ], "js": [ "script.js" ], "all_frames": true } ], "manifest_version": 2 } |