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!

Hvad er Web for Instagram with Direct?

Web for Instagram with Direct er en Chrome-udvidelse udviklet af mlacezzi, og dens hovedfunktion er "It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!".

Udvidelsesskærmbilleder

screenshot

Download Web for Instagram with Direct-udvidelses-CRX-fil

Download Web for Instagram with Direct-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Web for Instagram with Direct Web for Instagram with Direct
ID lpjdhdbbbbfgopminkbmpnhmkhbmmfni
Officiel URL https://chrome.google.com/webstore/detail/web-for-instagram-with-di/lpjdhdbbbbfgopminkbmpnhmkhbmmfni
Beskrivelse It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!
Filstørrelse 348 KB
Antal Installationer 1,289
Nuværende Version 1.1
Senest Opdateret 2022-01-31
Udgivelsesdato 2021-11-15
Bedømmelse 4.75/5 Samlet 12 Bedømmelser
Udvikler mlacezzi
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.saveandshare.tk/policy
Understøttede Sprog 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\/*"
    ]
}