Social Redesign

A new, modern look for Ig web

Social Redesignคืออะไร?

Social Redesign เป็นส่วนขยายของ Chrome ที่พัฒนาโดย undefined82 และคุณลักษณะหลักของมันคือ "A new, modern look for Ig web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Redesign

ดาวน์โหลดไฟล์ส่วนขยาย Social Redesign ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Social Redesign Social Redesign
ID fogcfagnihhjclemiamiaofgcbjgleop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-redesign/fogcfagnihhjclemiamiaofgcbjgleop
คำอธิบาย A new, modern look for Ig web
ขนาดไฟล์ 35.71 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.0.4.6
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2022-12-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา undefined82
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ivocass/instagram-redesigned
URL หน้าช่วยเหลือ https://github.com/ivocass/instagram-redesigned
ภาษาที่รองรับ 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
}