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はShang Liangによって開発されたChromeの拡張機能で、その主な機能は「Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.」です。
拡張機能のスクリーンショット
Instagram Lazy Scroll拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |