Instagram Lazy Scroll
Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.
Vad är Instagram Lazy Scroll?
Instagram Lazy Scroll är en Chrome-tillägg utvecklad av Shang Liang, och dess huvudfunktion är "Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.".
Tilläggsskärmbilder
Ladda ner Instagram Lazy Scroll-förlängningens CRX-fil
Ladda ner Instagram Lazy Scroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Press SPACE bar to activate auto scrolling and press again to stop it. Remember to reload your page to activate it after first installation.
Grundläggande Information om Tillägg
Namn | |
ID | dcnfgigbpekkloejpdhankceopcmlpgc |
Officiell webbadress | https://chrome.google.com/webstore/detail/instagram-lazy-scroll/dcnfgigbpekkloejpdhankceopcmlpgc |
Beskrivning | Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com. |
Filstorlek | 59.92 KB |
Antal Installationer | 648 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2020-06-04 |
Publiceringsdatum | 2020-06-03 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | Shang Liang |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |