Twitter Volume Control

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

Apa itu Twitter Volume Control?

Twitter Volume Control adalah ekstensi Chrome yang dikembangkan oleh http://pause-geek.fr, dan fitur utamanya adalah "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitter Volume Control

Unduh file ekstensi Twitter Volume Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Twitter Volume Control Twitter Volume Control
ID geeghoallaenmelpkedpgjpllljkfeap
URL Resmi https://chrome.google.com/webstore/detail/twitter-volume-control/geeghoallaenmelpkedpgjpllljkfeap
Deskripsi Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW
Ukuran File 7.16 KB
Jumlah Instalasi 2,282
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2016-10-20
Tanggal Publikasi 2016-10-20
Penilaian 4.70/5 Total 23 Penilaian
Pengembang http://pause-geek.fr
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}