Super Automation for TikTok
There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more
Super Automation for TikTok क्या है?
Super Automation for TikTok https://www.aesuhaendi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Super Automation for TikTok एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this app you can automate TikTok activity and more Benefits of Using Super Automation for TikTok: - Unlocked all useful features - Unfollow people who not follow you back - Whitelist option and Filters for All Automation - Automate Automation to Specific Accounts only - Test Mode - Great support - Request new feature Please Check Screenshots and Videos above for more features and how this app work NOTE: - If this app didn't work, please update your chrome to latest version - If still have any issue, don't hesitate to contact us
एक्सटेंशन की मूल जानकारी
नाम | Super Automation for TikTok |
ID | pfpiegecilfgecllhlnbfnikgkibjdak |
आधिकारिक URL | https://chromewebstore.google.com/detail/super-automation-for-tikt/pfpiegecilfgecllhlnbfnikgkibjdak |
विवरण | There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more |
फ़ाइल का आकार | 73.55 KB |
स्थापना संख्या | 409 |
वर्तमान संस्करण | 1.4.2 |
अंतिम अपडेट | 2023-11-15 |
प्रकाशन तिथि | 2022-01-22 |
रेटिंग | 1.16/5 कुल 25 रेटिंग्स |
डेवलपर | https://www.aesuhaendi.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.aesuhaendi.com/2022/01/super-automation-for-tiktok.html |
सहायता पृष्ठ URL | https://www.aesuhaendi.com/2022/01/super-automation-for-tiktok.html |
गोपनीयता नीति पृष्ठ URL | https://www.aesuhaendi.com/p/privacy-policy-extensions.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Automation for TikTok", "version": "1.4.2", "description": "There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more", "icons": { "128": "icon\/icon128.png" }, "action": { "default_icon": "icon\/icon128.png", "default_popup": "popup.html", "default_title": "Super Automation for TikTok" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/content.css" ], "js": [ "lib\/vendor.js", "js\/content.js" ], "matches": [ "https:\/\/www.tiktok.com\/*" ], "run_at": "document_start" } ], "commands": { "run-stop-automation": { "description": "Stop Automation", "suggested_key": { "default": "Ctrl+Shift+K", "windows": "Ctrl+Shift+K" } } }, "manifest_version": 3, "minimum_chrome_version": "88", "permissions": [ "activeTab", "storage", "unlimitedStorage", "downloads", "alarms" ], "host_permissions": [ "https:\/\/us-central1-super-automation-for-tiktok.cloudfunctions.net\/*", "https:\/\/www.tiktok.com\/*" ] } |