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 https://thorium.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thorium Scroll Tweaker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://github.com/Alex313031/Thorium-Scroll-Tweaker/issues
गोपनीयता नीति पृष्ठ URL 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"
    ]
}