Twitter Volume Control
Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW
What is Twitter Volume Control?
Twitter Volume Control is a Chrome extension developed by http://pause-geek.fr, and its main feature is "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW".
Extension Screenshots
Download Twitter Volume Control Extension CRX File
Download Twitter Volume Control 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
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
Extension Basic Information
Name | |
ID | geeghoallaenmelpkedpgjpllljkfeap |
Official URL | https://chrome.google.com/webstore/detail/twitter-volume-control/geeghoallaenmelpkedpgjpllljkfeap |
Description | Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW |
File Size | 7.16 KB |
Installation Count | 2,282 |
Current Version | 1.3.1 |
Last Updated | 2016-10-20 |
Publish Date | 2016-10-20 |
Rating | 4.70/5 Total 23 Ratings |
Developer | http://pause-geek.fr |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |