Instahyper Autoliker
Autolikes Posts according to the selected Hashtag or Location
Instahyper Autolikerคืออะไร?
Instahyper Autoliker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://instahyper.de และคุณลักษณะหลักของมันคือ "Autolikes Posts according to the selected Hashtag or Location"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instahyper Autoliker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } |