IG+VSCO fullsize

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

What is IG+VSCO fullsize?

IG+VSCO fullsize is a Chrome extension developed by Ondkloss, and its main feature is "Click extension icon to open current IG or VSCO image in the highest resolution possible".

Extension Screenshots

screenshot

Download IG+VSCO fullsize Extension CRX File

Download IG+VSCO fullsize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name IG+VSCO fullsize IG+VSCO fullsize
ID ngdfnokoifnihnknoibnbhfhnkmlfocb
Official URL https://chromewebstore.google.com/detail/ig+vsco-fullsize/ngdfnokoifnihnknoibnbhfhnkmlfocb
Description Click extension icon to open current IG or VSCO image in the highest resolution possible
File Size 14.11 KB
Installation Count 1,878
Current Version 1.3.3
Last Updated 2020-11-19
Publish Date 2020-06-22
Rating 3.30/5 Total 10 Ratings
Developer Ondkloss
Email [email protected]
Payment Type free
Extension Website https://github.com/Ondkloss/ig-vsco-fullsize
Help Page URL https://github.com/Ondkloss/ig-vsco-fullsize
Supported Languages 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"
    }
}