IG+VSCO fullsize

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

IG+VSCO fullsize là gì?

IG+VSCO fullsize là một tiện ích mở rộng Chrome được phát triển bởi Ondkloss, và tính năng chính của nó là "Click extension icon to open current IG or VSCO image in the highest resolution possible".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IG+VSCO fullsize

Tải xuống các tệp mở rộng IG+VSCO fullsize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IG+VSCO fullsize IG+VSCO fullsize
ID ngdfnokoifnihnknoibnbhfhnkmlfocb
URL Chính Thức https://chromewebstore.google.com/detail/ig+vsco-fullsize/ngdfnokoifnihnknoibnbhfhnkmlfocb
Mô tả Click extension icon to open current IG or VSCO image in the highest resolution possible
Kích Thước Tệp 14.11 KB
Số Lần Cài Đặt 1,878
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2020-06-22
Đánh Giá 3.30/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Ondkloss
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Ondkloss/ig-vsco-fullsize
URL Trang Trợ Giúp https://github.com/Ondkloss/ig-vsco-fullsize
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}