ScrewMyCode.in: Pitch control for YouTube

Slow down and speed up videos directly on YouTube like you would on a turntable.

Qu'est-ce que ScrewMyCode.in: Pitch control for YouTube ?

ScrewMyCode.in: Pitch control for YouTube est une extension Chrome développée par Bamdad, et sa fonction principale est "Slow down and speed up videos directly on YouTube like you would on a turntable.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ScrewMyCode.in: Pitch control for YouTube

Téléchargez les fichiers d'extension ScrewMyCode.in: Pitch control for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ## 📖 Description

Slow down and speed up videos directly on YouTube like you would on a turntable.

### ⚙️ Use either

- Popup settings
- Embedded controls

### 📣 Share to

- Users of the extension with the dynamic YouTube URL
- Other users through the dedicated website ScrewMyCode.in                    

Informations de Base sur l'Extension

Nom ScrewMyCode.in: Pitch control for YouTube ScrewMyCode.in: Pitch control for YouTube
ID lnoedjelpkmhegefhhjljmggjdicnbaa
URL Officiel https://chromewebstore.google.com/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa
Description Slow down and speed up videos directly on YouTube like you would on a turntable.
Taille du Fichier 177 KB
Nombre d'Installations 377
Version Actuelle 2.4.0
Dernière Mise à Jour 2022-08-06
Date de Publication 2022-02-23
Évaluation 4.33/5 Total 6 Évaluations
Développeur Bamdad
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bamdadsabbagh/screwmycode-in--extension
URL de la Page d'Aide https://github.com/bamdadsabbagh/screwmycode-in--extension/issues
URL de la Page de Politique de Confidentialité https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.0",
    "name": "ScrewMyCode.in: Pitch control for YouTube",
    "short_name": "ScrewMyCode.in",
    "description": "Slow down and speed up videos directly on YouTube like you would on a turntable.",
    "icons": {
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icon-128.png"
        },
        "default_title": "ScrewMyCode.in",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}