Twitter Video Speed

Change the video speed of any video on Twitter

Co je Twitter Video Speed?

Twitter Video Speed je rozšíření Chrome vyvinuté https://plasmo.com, a jeho hlavní funkcí je „Change the video speed of any video on Twitter“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Video Speed

Stáhněte si soubory rozšíření Twitter Video Speed ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Twitter Video Speed Twitter Video Speed
ID lgecidhpiigglcmiakkgjceeedfbnmnl
Oficiální URL https://chromewebstore.google.com/detail/twitter-video-speed/lgecidhpiigglcmiakkgjceeedfbnmnl
Popis Change the video speed of any video on Twitter
Velikost souboru 66.09 KB
Počet instalací 48
Aktuální Verze 0.0.3
Poslední Aktualizace 2023-02-26
Datum Vydání 2023-01-09
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://plasmo.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.plasmo.com/privacy
Podporované Jazyky 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"
            ]
        }
    ]
}