Thorium Scroll Tweaker

Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.

ما هو Thorium Scroll Tweaker؟

Thorium Scroll Tweaker هو إضافة Chrome تم تطويرها بواسطة https://thorium.rocks، والميزة الرئيسية لها هي "Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Thorium Scroll Tweaker

قم بتنزيل ملفات الامتداد Thorium Scroll Tweaker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This small extension allows you to increase scroll speed on web pages either:
- by pressing a key (the *Trigger key*) of your choice: *Left Alt* (the default), *Left Ctrl*, or *Left Shift*.
- or without doing anything: the scroll speed will always be increased, and you'll instead have the ability to *decrease* it temporarily by pressing one of the *Trigger keys* mentioned above.

    - Alex313031                    

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

الاسم Thorium Scroll Tweaker Thorium Scroll Tweaker
ID dgnjhkngmbcdbdmpbeechgihgijlajkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/thorium-scroll-tweaker/dgnjhkngmbcdbdmpbeechgihgijlajkf
الوصف Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.
حجم الملف 78 KB
عدد التثبيتات 755
النسخة الحالية 1.0.5
آخر تحديث 2022-08-10
تاريخ النشر 2022-07-28
المطور https://thorium.rocks
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Alex313031/Thorium-Scroll-Tweaker
عنوان صفحة المساعدة https://github.com/Alex313031/Thorium-Scroll-Tweaker/issues
عنوان صفحة سياسة الخصوصية https://thorium.rocks/COC.html
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_meta_Name__",
    "short_name": "__MSG_meta_ShortName__",
    "version": "1.0.5",
    "version_name": "1.0.5",
    "offline_enabled": true,
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "description": "__MSG_meta_description__",
    "author": "Alex313031",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "index.js"
            ]
        }
    ],
    "action": {
        "default_popup": "settings\/index.html"
    },
    "homepage_url": "https:\/\/github.com\/Alex313031\/Thorium-Scroll-Tweaker",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [
        "storage"
    ]
}