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™ pawema द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-click all Follow buttons, like photos, view stories with 1 click on PC!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Follow, Like, View Stories for Instagram™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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). We can 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, we do not ask for any password, so it is completely secure for you. Copyright note: Instagram™ is a registered trademark of Facebook Inc. This extension is neither endorsed by or affiliated with Facebook or Instagram.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hdgjbladpkajokcigfigcminaabfnnad |
आधिकारिक URL | https://chrome.google.com/webstore/detail/follow-like-view-stories/hdgjbladpkajokcigfigcminaabfnnad |
विवरण | Auto-click all Follow buttons, like photos, view stories with 1 click on PC! |
फ़ाइल का आकार | 331 KB |
स्थापना संख्या | 3,563 |
वर्तमान संस्करण | 2023.03.16 |
अंतिम अपडेट | 2023-03-27 |
प्रकाशन तिथि | 2022-03-21 |
रेटिंग | 3.87/5 कुल 55 रेटिंग्स |
डेवलपर | pawema |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/1UNW8VTZzdYpLSVbHfDT2WK4QZV02nW_dBelNs9brVG0/edit?usp=sharing |
समर्थित भाषाएँ | de,en,fr,nl,no,es,it,pl,sk,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "2023.03.16", "homepage_url": "https:\/\/www.likestories.live", "manifest_version": 3, "web_accessible_resources": [ { "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" ], "matches": [ "https:\/\/*.instagram.com\/*" ] } ], "description": "__MSG_extdesc__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "name": "Click to start" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "unlimitedStorage", "scripting" ], "host_permissions": [ "https:\/\/*.instagram.com\/*" ] } |