Instanon · Browse Instagram with no account
Instanon is a simple addon that lets you browse Instagram without an account.
Instanon · Browse Instagram with no accountคืออะไร?
Instanon · Browse Instagram with no account เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tahoe Beetschen และคุณลักษณะหลักของมันคือ "Instanon is a simple addon that lets you browse Instagram without an account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instanon · Browse Instagram with no account
ดาวน์โหลดไฟล์ส่วนขยาย Instanon · Browse Instagram with no account ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instanon lets your browse Instagram profiles and photos without being connected. Improve your privacy by using Instagram without an account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jddbknhpoofgengmimpglapgcfapimdg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg |
คำอธิบาย | Instanon is a simple addon that lets you browse Instagram without an account. |
ขนาดไฟล์ | 147 KB |
จำนวนการติดตั้ง | 694 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-08-08 |
วันที่เผยแพร่ | 2020-08-03 |
คะแนน | 2.80/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Tahoe Beetschen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://tahoe.be |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instanon \u00b7\u00a0Browse Instagram with no account", "short_name": "Instanon", "version": "1.1", "description": "Instanon is a simple addon that lets you browse Instagram without an account.", "author": "Tahoe Beetschen", "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*\/" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "icons": { "512": "icon.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "title": "Instanon" } } |