Thorium Scroll Tweaker

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

Cos'è Thorium Scroll Tweaker?

Thorium Scroll Tweaker è un'estensione di Chrome sviluppata da https://thorium.rocks, e la sua funzione principale è "Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Thorium Scroll Tweaker

Scarica i file di estensione Thorium Scroll Tweaker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Thorium Scroll Tweaker Thorium Scroll Tweaker
ID dgnjhkngmbcdbdmpbeechgihgijlajkf
URL Ufficiale https://chromewebstore.google.com/detail/thorium-scroll-tweaker/dgnjhkngmbcdbdmpbeechgihgijlajkf
Descrizione Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.
Dimensione del File 78 KB
Conteggio Installazioni 755
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-08-10
Data di Pubblicazione 2022-07-28
Sviluppatore https://thorium.rocks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Alex313031/Thorium-Scroll-Tweaker
URL della Pagina di Aiuto https://github.com/Alex313031/Thorium-Scroll-Tweaker/issues
URL della Pagina della Politica sulla Privacy https://thorium.rocks/COC.html
Lingue Supportate 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"
    ]
}