Fast Scroll

Increase your browser's scrolling speed and navigate faster.

Τι είναι το Fast Scroll;

Το Fast Scroll είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fastscroll.io, και η κύρια λειτουργία του είναι "Increase your browser's scrolling speed and navigate faster.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Fast Scroll

Λήψη αρχείων επέκτασης Fast Scroll σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ⚡ Fast Scroll is a browser extension that increases your scrolling speed.

Check out the demo at www.fastscroll.io!

★ Easy to use
By default, hold the Alt key while scrolling to activate the increased speed.

NOTE: Chrome disables extensions by default on the Chrome Web Store (this page). Try Fast Scroll in any another website and it should work out of the box!

★ Customization
You can change your preferred speed, duration, key combination, and trigger mode (hold to activate, press to toggle, or always active) any time by clicking the extension icon. Your preferences are saved to your Chrome profile and synchronized across your devices.

★ Privacy in mind
Fast Scroll shares no personal data and does not access the content of the websites you visit. We take privacy and security very seriously.
Learn more at: www.fastscroll.io/privacy

★ Having problems?
Don't hesitate in contacting us with a detailed description of your issue!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fast Scroll Fast Scroll
ID dkdnncjokeklapahlhbgfnnakjjaogmb
Επίσημο URL https://chromewebstore.google.com/detail/fast-scroll/dkdnncjokeklapahlhbgfnnakjjaogmb
Περιγραφή Increase your browser's scrolling speed and navigate faster.
Μέγεθος Αρχείου 299 KB
Αριθμός Εγκαταστάσεων 1,215
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2024-01-07
Ημερομηνία Δημοσίευσης 2022-02-11
Αξιολόγηση 4.55/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής https://fastscroll.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://fastscroll.io
URL της Σελίδας Πολιτικής Απορρήτου https://fastscroll.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Scroll",
    "description": "Increase your browser's scrolling speed and navigate faster.",
    "version": "1.4.0",
    "manifest_version": 3,
    "author": "Diego Aquino ",
    "icons": {
        "16": "images\/brand\/icons\/16.png",
        "32": "images\/brand\/icons\/32.png",
        "64": "images\/brand\/icons\/64.png",
        "128": "images\/brand\/icons\/128.png",
        "256": "images\/brand\/icons\/256.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/brand\/favicons\/16.png",
            "32": "images\/brand\/favicons\/32.png",
            "64": "images\/brand\/favicons\/64.png",
            "128": "images\/brand\/favicons\/128.png",
            "256": "images\/brand\/favicons\/256.png"
        },
        "default_title": "Fast Scroll",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}