Instagram Lazy Scroll
Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.
Co je Instagram Lazy Scroll?
Instagram Lazy Scroll je rozšíření Chrome vyvinuté Shang Liang, a jeho hlavní funkcí je „Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Instagram Lazy Scroll
Stáhněte si soubory rozšíření Instagram Lazy Scroll ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Press SPACE bar to activate auto scrolling and press again to stop it. Remember to reload your page to activate it after first installation.
Základní Informace o Rozšíření
Název | |
ID | dcnfgigbpekkloejpdhankceopcmlpgc |
Oficiální URL | https://chrome.google.com/webstore/detail/instagram-lazy-scroll/dcnfgigbpekkloejpdhankceopcmlpgc |
Popis | Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com. |
Velikost souboru | 59.92 KB |
Počet instalací | 648 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2020-06-04 |
Datum Vydání | 2020-06-03 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | Shang Liang |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |