ScrewMyCode.in: Pitch control for YouTube

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

ما هو ScrewMyCode.in: Pitch control for YouTube؟

ScrewMyCode.in: Pitch control for YouTube هو إضافة Chrome تم تطويرها بواسطة Bamdad، والميزة الرئيسية لها هي "Slow down and speed up videos directly on YouTube like you would on a turntable.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ScrewMyCode.in: Pitch control for YouTube

قم بتنزيل ملفات الامتداد ScrewMyCode.in: Pitch control for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ## 📖 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                    

معلومات أساسية عن التمديد

الاسم ScrewMyCode.in: Pitch control for YouTube ScrewMyCode.in: Pitch control for YouTube
ID lnoedjelpkmhegefhhjljmggjdicnbaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa
الوصف Slow down and speed up videos directly on YouTube like you would on a turntable.
حجم الملف 177 KB
عدد التثبيتات 377
النسخة الحالية 2.4.0
آخر تحديث 2022-08-06
تاريخ النشر 2022-02-23
تقييم 4.33/5 مجموع تقييمات 6
المطور Bamdad
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/bamdadsabbagh/screwmycode-in--extension
عنوان صفحة المساعدة https://github.com/bamdadsabbagh/screwmycode-in--extension/issues
عنوان صفحة سياسة الخصوصية https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy
اللغات المدعومة 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"
    ]
}