Follow, Like, View Stories for Instagram™
Auto-click all Follow buttons, like photos, view stories with 1 click on PC!
Follow, Like, View Stories for Instagram™คืออะไร?
Follow, Like, View Stories for Instagram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tsundykyuliya และคุณลักษณะหลักของมันคือ "Auto-click all Follow buttons, like photos, view stories with 1 click on PC!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Follow, Like, View Stories for Instagram™
ดาวน์โหลดไฟล์ส่วนขยาย Follow, Like, View Stories for Instagram™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UPDATE 2021: Follow button was removed on photo view for many accounts, now script opens a user page to follow him! :) Hope you enjoy our program! Auto-click all Follow buttons, like photos, view stories with 1 click on PC! See video and you will understand how this script works, the main feature automatically opens all tags you choose and follows people that post photos with your tags, after 3 days it unfollows them (when you run the script). NEW: like photos and automatically view stories of accounts with few followers! You see everything script does, because you run it on your PC, this is not cloud-based script, you have the full control on it Copyright note: Instagram™ is a registered trademark of Facebook Inc. This extension is neither endorsed by or affiliated with Facebook or Instagram.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dmfpagleeceibgngagfnkpmccbpdgdcm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/follow-like-view-stories/dmfpagleeceibgngagfnkpmccbpdgdcm |
คำอธิบาย | Auto-click all Follow buttons, like photos, view stories with 1 click on PC! |
ขนาดไฟล์ | 330 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 2021.12.13 |
อัปเดตครั้งล่าสุด | 2021-12-14 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 4.72/5 รวมทั้งหมด 238 คะแนน |
ผู้พัฒนา | tsundykyuliya |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,nl,no,es,it,pl,sk,ru,uk |
manifest.json | |
{ "background": { "scripts": [ "jquery-3.5.1.min.js", "background.js" ] }, "browser_action": { "name": "Click to start" }, "default_locale": "en", "description": "__MSG_extdesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_extname__", "permissions": [ "https:\/\/*.instagram.com\/*", "storage", "tabs", "unlimitedStorage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2021.12.13", "web_accessible_resources": [ "content.css", "jquery-3.5.1.min.js", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2", "console_trigger.js", "error_tab1.jpg", "error_tab2.jpg", "error_tab4.jpg", "404.js" ] } |