Redesign for Instagram
A new, modern look for Instagram web
Redesign for Instagramคืออะไร?
Redesign for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ivocass และคุณลักษณะหลักของมันคือ "A new, modern look for Instagram web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redesign for Instagram
ดาวน์โหลดไฟล์ส่วนขยาย Redesign for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This add-on updates Instagram in subtle ways, to make it look more polished an minimal. It also adds a 'Dark Mode' button to the user menu and an 'Open media in new tab' when hovering photos and stories. The code is open-source at https://github.com/ivocass/instagram-redesigned
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lhgbjhmblmfcgaklgpiebkeecgpkejhf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/redesign-for-instagram/lhgbjhmblmfcgaklgpiebkeecgpkejhf |
คำอธิบาย | A new, modern look for Instagram web |
ขนาดไฟล์ | 36.45 KB |
จำนวนการติดตั้ง | 272 |
เวอร์ชันปัจจุบัน | 0.0.3.3 |
อัปเดตครั้งล่าสุด | 2022-08-19 |
วันที่เผยแพร่ | 2022-02-21 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | ivocass |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ivocass/instagram-redesigned |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redesign for Instagram", "version": "0.0.3.3", "description": "A new, modern look for Instagram 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\/chevron.png", "assets\/open-media.png", "assets\/dark-theme-icon.png" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "src\/css\/styles.css" ], "js": [ "src\/js\/content-script.js" ] } ], "manifest_version": 3 } |