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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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\/*" ] } |