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 |
官方URL | 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 } |