Desktop For Instagram

Tool to post and comment on instagram from your desktop

Τι είναι το Desktop For Instagram;

Το Desktop For Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MaxDev, και η κύρια λειτουργία του είναι "Tool to post and comment on instagram from your desktop".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Desktop For Instagram

Λήψη αρχείων επέκτασης Desktop For Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Browse web mobile Instagram site directly from your Desktop (Pc / Mac)
This very simple app allows you to access to the Instagram™ mobile website like you can do on your smartphone 📱but on your computer!

With this app you can now: 

✔ Send/Receive DMs
📷 Upload photos
📹 Upload videos (IGTV)
🔍 Open / Download photos and videos in full HD
✔ Everything you can do normally on your phone on the Instagram™ mobile website (like, follow, comment, browse, ..)


Free trial for 10 accesses then small payment for full time access.


LEGAL
———

Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. This is an independent project developed by us and has no relationship to Instagram™ or Instagram Inc.                    

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

Όνομα Desktop For Instagram Desktop For Instagram
ID ndkdlgpdpnnkfocbgfakldmnhhmbhmne
Επίσημο URL https://chrome.google.com/webstore/detail/desktop-for-instagram/ndkdlgpdpnnkfocbgfakldmnhhmbhmne
Περιγραφή Tool to post and comment on instagram from your desktop
Μέγεθος Αρχείου 86.67 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.58
Τελευταία Ενημέρωση 2020-05-24
Ημερομηνία Δημοσίευσης 2020-05-22
Αξιολόγηση 3.10/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής MaxDev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.fbmessagecleaner.com/privacypolicy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/instagramdesktop-16.png",
            "32": "data\/icons\/instagramdesktop-32.png",
            "48": "data\/icons\/instagramdesktop-48.png",
            "64": "data\/icons\/instagramdesktop-64.png"
        },
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Desktop For Instagram"
    },
    "commands": {
        "toggle-default-mode": {
            "description": "Toggle Default UA Mode",
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/instagram.com\/*",
                "http:\/\/www.instagram.com\/*",
                "http:\/\/m.instagram.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/tv\/upload*",
                "*:\/\/*\/channel\/"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "inject_end.js"
            ],
            "css": [
                "inject_end.css"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/instagram.com\/*",
                "http:\/\/www.instagram.com\/*",
                "http:\/\/m.instagram.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/tv\/upload*",
                "*:\/\/*\/channel\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Tool to post and comment on instagram from your desktop",
    "homepage_url": "https:\/\/www.fbmessagecleaner.com\/",
    "icons": {
        "128": "data\/icons\/instagramdesktop-128.png",
        "16": "data\/icons\/instagramdesktop-16.png",
        "32": "data\/icons\/instagramdesktop-32.png",
        "48": "data\/icons\/instagramdesktop-48.png",
        "64": "data\/icons\/instagramdesktop-64.png"
    },
    "manifest_version": 2,
    "name": "Desktop For Instagram",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/instagram.com\/*",
        "http:\/\/www.instagram.com\/*",
        "http:\/\/m.instagram.com\/*",
        "https:\/\/www.fbmessagecleaner.com\/*"
    ],
    "short_name": "Desktop For Instagram",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.58"
}