Web for Instagram with Direct

It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!

Was ist Web for Instagram with Direct?

Web for Instagram with Direct ist eine Chrome-Erweiterung, die von mlacezzi entwickelt wurde, und ihr Hauptmerkmal ist "It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!".

Erweiterungsscreenshots

screenshot

Web for Instagram with Direct-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web for Instagram with Direct-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Web for Instagram with Direct Web for Instagram with Direct
ID lpjdhdbbbbfgopminkbmpnhmkhbmmfni
Offizielle URL https://chrome.google.com/webstore/detail/web-for-instagram-with-di/lpjdhdbbbbfgopminkbmpnhmkhbmmfni
Beschreibung It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!
Dateigröße 348 KB
Installationsanzahl 1,289
Aktuelle Version 1.1
Letztes Update 2022-01-31
Veröffentlichungsdatum 2021-11-15
Bewertung 4.75/5 Insgesamt 12 Bewertungen
Entwickler mlacezzi
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.saveandshare.tk/policy
Unterstützte Sprachen de,en,fil,fr,nl,vi,ca,es,it,fi,hi,th,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/64.png",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/ua.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/rate.css"
            ],
            "js": [
                "js\/content-scripts\/rate.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/storage.js",
                "js\/content-scripts\/content.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/content-scripts\/instaLinkListener.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/128.png",
        "32": "img\/32.png",
        "64": "img\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ]
}