Advanced DM Client for Insta

Adds super-handy features like: sending photo from any page to DM, downloading photo from DM, copy-paste text, and many more.

Τι είναι το Advanced DM Client for Insta;

Το Advanced DM Client for Insta είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DirectMessage-addon, και η κύρια λειτουργία του είναι "Adds super-handy features like: sending photo from any page to DM, downloading photo from DM, copy-paste text, and many more.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Advanced DM Client for Insta

Λήψη αρχείων επέκτασης Advanced DM Client for Insta σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ==========================
UPDATE 2.1. FIXED ALL ISSUES
==========================

Adds super-handy features like: sending photo from any page to DM, downloading photo from DM, copy-paste text, and many more.
ADC. Advanced DM Client for Insta enhances usability of DM on desktop. We add numerous handy features which make your user experience better. 

With my extension you will be able to:
1) Send messages by pressing Enter.
2) Send any photo from any web page to DM.
3) Share URL of the page on DM in one click.
4) Copy and paste text in DM.
5) Download photo from DM.
6) Open photo in new window.
7) Get notifications about new messages in pop-up.
8) Now you can add Emoji to your message to make communication even more comfortable.

Tips:
- To activate desired features. Go to Settings page by clicking a wheel, and switch the feature(s) ON.

This extension is an independent project and it is not related to Instagram official app/website or Instagram Inc.

HOW TO UPDATE EXTENSION:

Chrome Web Store extensions should update automatically.
You need wait for the automatic update of Advanced DM Client for Insta
to newest version.

Also you can update your extensions manually.
For this: use this link to enter your extensions settings - chrome://extensions/

1) Enable developer mode
2) Click "Update button"
3) Done

LEGAL NOTICE:
This extension handles personal or sensitive user data (Cookies and Web Browsing Activity). Please see our Privacy Policy for more details about purpose and methods of our handling personal or sensitive user data. Link to Privacy Policy located in "Additional Information" section.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Advanced DM Client for Insta Advanced DM Client for Insta
ID gikcjnmpegacammmaigabkhiifjdacec
Επίσημο URL https://chromewebstore.google.com/detail/advanced-dm-client-for-in/gikcjnmpegacammmaigabkhiifjdacec
Περιγραφή Adds super-handy features like: sending photo from any page to DM, downloading photo from DM, copy-paste text, and many more.
Μέγεθος Αρχείου 165 KB
Αριθμός Εγκαταστάσεων 2,446
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2023-01-11
Ημερομηνία Δημοσίευσης 2021-01-10
Αξιολόγηση 4.58/5 Συνολικά 67 Αξιολογήσεις
Προγραμματιστής DirectMessage-addon
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/directmessageforinstagram
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.1",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content_navigator.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "\/rules\/rule.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "webRequest",
        "notifications",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*\/*.jpg*",
        "*:\/\/*\/*.png*",
        "*:\/\/*\/*.jpeg*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "fonts\/*",
                "js\/navigator_script.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ]
}