Instahyper Autoliker
Autolikes Posts according to the selected Hashtag or Location
什麼是Instahyper Autoliker?
Instahyper Autoliker是由https://instahyper.de開發的Chrome擴展程式,該擴展的主要功能是“Autolikes Posts according to the selected Hashtag or Location”。
擴展截圖
下載Instahyper Autoliker擴展crx文件
下載Instahyper Autoliker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Autolikes 100x Posts according to the selected Hashtag or Location, e.g. https://www.instagram.com/explore/tags/landscape/ Skips videos and Posts containing people or textual Information. Follow us on Instagram @instahyper.de for Support -> Load Plugin -> Login into Instagram via your Browser -> Search for a specific Hashtag or Location -> Click the Icon to start the Autoliker *We do not save any User-Data with this Plugin *Be aware of the Instagram-Policies before using this Plugin
擴展基本資訊
名稱 | Instahyper Autoliker |
ID | emhbopmknmldfbkhcgokcimceplpmbml |
官方網址 | https://chromewebstore.google.com/detail/instahyper-autoliker/emhbopmknmldfbkhcgokcimceplpmbml |
簡介 | Autolikes Posts according to the selected Hashtag or Location |
檔案大小 | 19.24 KB |
安裝次數 | 51 |
目前版本 | 1.0 |
更新時間 | 2020-04-28 |
上架時間 | 2020-04-28 |
開發者 | https://instahyper.de |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instahyper Autoliker", "version": "1.0", "description": "Autolikes Posts according to the selected Hashtag or Location", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "InstagramLiker.js" ], "run_at": "document_idle" } ], "icons": { "128": "LOGO128.png", "48": "LOGO48.png", "16": "LOGO16.png" }, "browser_action": { "defaul_icon": "icon16.png" }, "permissions": [ "https:\/\/www.instagram.com\/*" ] } |