Instagram Lazy Scroll
Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.
Qu'est-ce que Instagram Lazy Scroll ?
Instagram Lazy Scroll est une extension Chrome développée par Shang Liang, et sa fonction principale est "Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instagram Lazy Scroll
Téléchargez les fichiers d'extension Instagram Lazy Scroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Press SPACE bar to activate auto scrolling and press again to stop it. Remember to reload your page to activate it after first installation.
Informations de Base sur l'Extension
Nom | |
ID | dcnfgigbpekkloejpdhankceopcmlpgc |
URL Officiel | https://chrome.google.com/webstore/detail/instagram-lazy-scroll/dcnfgigbpekkloejpdhankceopcmlpgc |
Description | Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com. |
Taille du Fichier | 59.92 KB |
Nombre d'Installations | 648 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2020-06-04 |
Date de Publication | 2020-06-03 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Shang Liang |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |