APP For IG DM
Convenient app to auto reply customized IG DM when a new follower or a new liker.
Τι είναι το APP For IG DM;
Το APP For IG DM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adtargetinghello, και η κύρια λειτουργία του είναι "Convenient app to auto reply customized IG DM when a new follower or a new liker.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης APP For IG DM
Λήψη αρχείων επέκτασης APP For IG DM σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A simple and powerful tool with many features to make your IG experience even better. Instagram direct messages, download photos, videos and stories from IG. With one click on your browser toolbar icon, you will be taken to the popular social network - IG, where you can share photos and videos, view the news feed and send direct messages to your friends. Private messages (DM) work completely, so it is easier for you to communicate with loved ones. You will love the user-friendly Web layout for IG. Based on many reviews and experiences, the perfect tool has been created with an intuitive design and a beautiful interface, as well as many useful features. ** Our Main Features ** ★ Full experience of IG Mobile Web look and feel ★ IG DM to your friends ★ Auto DM Reply to new follower and new Liker ★ DM Bot Feature Instagram is a trademark of Instagram Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to Instagram or Instagram Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | APP For IG DM |
ID | hccnecipbimihniebnopnmigjanmnjgh |
Επίσημο URL | https://chromewebstore.google.com/detail/app-for-ig-dm/hccnecipbimihniebnopnmigjanmnjgh |
Περιγραφή | Convenient app to auto reply customized IG DM when a new follower or a new liker. |
Μέγεθος Αρχείου | 1.22 MB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.4.2 |
Τελευταία Ενημέρωση | 2024-01-10 |
Ημερομηνία Δημοσίευσης | 2022-11-26 |
Αξιολόγηση | 4.71/5 Συνολικά 17 Αξιολογήσεις |
Προγραμματιστής | adtargetinghello |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://linkedradar.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://linkedradar.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://linkedradar.com/linkedradar-private-policy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.4.2", "manifest_version": 3, "icons": { "128": "icons\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "options_page": ".\/app.html", "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content-script.js" ], "css": [], "all_frames": true, "run_at": "document_end" }, { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content-script-start.js" ], "css": [], "all_frames": true, "run_at": "document_start" }, { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/bulk-script.js" ], "run_at": "document_end" } ], "action": { "default_icon": { "128": "icons\/logo.png" } }, "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.linkedradar.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestFeedback", "cookies", "alarms", "webRequest", "activeTab" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "resources": [ "js\/ijsource.js", "js\/bulk-ijsource.js", "inject\/*" ] } ] } |