Social Redesign

A new, modern look for Ig web

Social Redesign là gì?

Social Redesign là một tiện ích mở rộng Chrome được phát triển bởi undefined82, và tính năng chính của nó là "A new, modern look for Ig web".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Redesign

Tải xuống các tệp mở rộng Social Redesign 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

                        Disclaimer: THIS EXTENSION IS NOT DEVELOPED BY INSTAGRAM AND IS NOT ASSOCIATED WITH META. 

This is an unofficial addon that modifies the design of Instagram web.
It also allows to open media in a new tab.

The source code is available at: https://github.com/ivocass/instagram-redesigned                    

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

Tên Social Redesign Social Redesign
ID fogcfagnihhjclemiamiaofgcbjgleop
URL Chính Thức https://chromewebstore.google.com/detail/social-redesign/fogcfagnihhjclemiamiaofgcbjgleop
Mô tả A new, modern look for Ig web
Kích Thước Tệp 35.71 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.0.4.6
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2022-12-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển undefined82
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ivocass/instagram-redesigned
URL Trang Trợ Giúp https://github.com/ivocass/instagram-redesigned
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Redesign",
    "version": "0.0.4.6",
    "description": "A new, modern look for Ig web",
    "action": {
        "default_icon": {
            "16": "assets\/logo16.png",
            "32": "assets\/logo32.png",
            "48": "assets\/logo48.png",
            "128": "assets\/logo128.png"
        },
        "default_popup": "src\/popup.html"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "32": "assets\/logo32.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/open-media.png"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "src\/css\/styles.css"
            ],
            "js": [
                "src\/js\/InstagramAPIUtils.js",
                "src\/js\/content-script.js"
            ]
        }
    ],
    "manifest_version": 3
}