Twitter Volume Control

Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW

Wat is Twitter Volume Control?

Twitter Volume Control is een Chrome-extensie ontwikkeld door http://pause-geek.fr, en de belangrijkste functie is "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter Volume Control

Download Twitter Volume Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Twitter Volume Control Twitter Volume Control
ID geeghoallaenmelpkedpgjpllljkfeap
Officiële URL https://chrome.google.com/webstore/detail/twitter-volume-control/geeghoallaenmelpkedpgjpllljkfeap
Beschrijving Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW
Bestandsgrootte 7.16 KB
Aantal Installaties 2,282
Huidige Versie 1.3.1
Laatst Bijgewerkt 2016-10-20
Publicatiedatum 2016-10-20
Beoordeling 4.70/5 Totaal 23 Beoordelingen
Ontwikkelaar http://pause-geek.fr
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}