Instagram Lazy Scroll

Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.

Τι είναι το Instagram Lazy Scroll;

Το Instagram Lazy Scroll είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shang Liang, και η κύρια λειτουργία του είναι "Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.".

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

screenshot

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

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

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

                        Press SPACE bar to activate auto scrolling and press again to stop it. Remember to reload your page to activate it after first installation.                    

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

Όνομα Instagram Lazy Scroll Instagram Lazy Scroll
ID dcnfgigbpekkloejpdhankceopcmlpgc
Επίσημο URL https://chrome.google.com/webstore/detail/instagram-lazy-scroll/dcnfgigbpekkloejpdhankceopcmlpgc
Περιγραφή Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.
Μέγεθος Αρχείου 59.92 KB
Αριθμός Εγκαταστάσεων 648
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2020-06-04
Ημερομηνία Δημοσίευσης 2020-06-03
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Shang Liang
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Lazy Scroll",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injection.js",
        "hud.css"
    ]
}