Twitter Video Speed

Change the video speed of any video on Twitter

Cos'è Twitter Video Speed?

Twitter Video Speed è un'estensione di Chrome sviluppata da https://plasmo.com, e la sua funzione principale è "Change the video speed of any video on Twitter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Video Speed

Scarica i file di estensione Twitter Video Speed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Stop wasting time and start speeding up videos you watch on Twitter.                    

Informazioni di Base sull'Estensione

Nome Twitter Video Speed Twitter Video Speed
ID lgecidhpiigglcmiakkgjceeedfbnmnl
URL Ufficiale https://chromewebstore.google.com/detail/twitter-video-speed/lgecidhpiigglcmiakkgjceeedfbnmnl
Descrizione Change the video speed of any video on Twitter
Dimensione del File 66.09 KB
Conteggio Installazioni 48
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-02-26
Data di Pubblicazione 2023-01-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://plasmo.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.plasmo.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.7dc0ebe3.png",
        "32": "icon32.plasmo.9e9b99de.png",
        "48": "icon48.plasmo.b9bc2bc8.png",
        "64": "icon64.plasmo.d9c054e8.png",
        "128": "icon128.plasmo.26f46062.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.7dc0ebe3.png",
            "32": "icon32.plasmo.9e9b99de.png",
            "48": "icon48.plasmo.b9bc2bc8.png",
            "64": "icon64.plasmo.d9c054e8.png",
            "128": "icon128.plasmo.26f46062.png"
        }
    },
    "version": "0.0.3",
    "author": "coldsauce",
    "name": "Twitter Video Speed",
    "description": "Change the video speed of any video on Twitter",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.351832d9.js"
            ],
            "css": [
                "content.5af38402.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "resources": [
                "content.3d26bf84.css"
            ]
        }
    ]
}