IG+VSCO fullsize

Click extension icon to open current IG or VSCO image in the highest resolution possible

Wat is IG+VSCO fullsize?

IG+VSCO fullsize is een Chrome-extensie ontwikkeld door Ondkloss, en de belangrijkste functie is "Click extension icon to open current IG or VSCO image in the highest resolution possible".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie IG+VSCO fullsize

Download IG+VSCO fullsize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Works for:

* IG image and profile image
* VSCO image and profile image
* TikTok image and profile image

Open source: https://github.com/Ondkloss/ig-vsco-fullsize                    

Basisinformatie over de Extensie

Naam IG+VSCO fullsize IG+VSCO fullsize
ID ngdfnokoifnihnknoibnbhfhnkmlfocb
Officiële URL https://chromewebstore.google.com/detail/ig+vsco-fullsize/ngdfnokoifnihnknoibnbhfhnkmlfocb
Beschrijving Click extension icon to open current IG or VSCO image in the highest resolution possible
Bestandsgrootte 14.11 KB
Aantal Installaties 1,878
Huidige Versie 1.3.3
Laatst Bijgewerkt 2020-11-19
Publicatiedatum 2020-06-22
Beoordeling 3.30/5 Totaal 10 Beoordelingen
Ontwikkelaar Ondkloss
E-mail ondkloss@gmail.com
Betalingswijze free
Extensiewebsite https://github.com/Ondkloss/ig-vsco-fullsize
Help Pagina-URL https://github.com/Ondkloss/ig-vsco-fullsize
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/i.instagram.com\/api\/v1\/users\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/vsco.co\/*",
        "https:\/\/www.tiktok.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vsco.co\/*"
            ],
            "js": [
                "content_vsco.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content_ig.js"
            ],
            "css": [
                "content_ig.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "content_tiktok.js"
            ]
        }
    ],
    "browser_action": [],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}