Desktopify
Browse web mobile Instagram site directly from your Desktop (Pc / Mac)
Desktopifyคืออะไร?
Desktopify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.devanco.com และคุณลักษณะหลักของมันคือ "Browse web mobile Instagram site directly from your Desktop (Pc / Mac)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desktopify
ดาวน์โหลดไฟล์ส่วนขยาย Desktopify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This very simple app allows you to access to the Instagram™ mobile website like you can do on your smartphone 📱but on your computer! With this app you can now: 📷 Upload photos 📹 Upload videos 💬 Direct Messages are fully supported 🔍 Open / Download photos and videos in full HD ✔ Everything you can do normally on your phone on the Instagram™ mobile website (like, follow, comment, browse, ..) Simple & Efficient This app requires only the minimal permissions required to work to improve your security. NB : previously named InstaDesktop LEGAL ——— Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. This is an independent project developed by Devanco and has no relationship to Instagram™ or Instagram Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Desktopify |
ID | nlhjgcligpbnjphflfdbmabbmjidnmek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/desktopify/nlhjgcligpbnjphflfdbmabbmjidnmek |
คำอธิบาย | Browse web mobile Instagram site directly from your Desktop (Pc / Mac) |
ขนาดไฟล์ | 65.93 KB |
จำนวนการติดตั้ง | 381,457 |
เวอร์ชันปัจจุบัน | 2.7.4 |
อัปเดตครั้งล่าสุด | 2020-08-24 |
วันที่เผยแพร่ | 2020-05-08 |
คะแนน | 4.48/5 รวมทั้งหมด 7885 คะแนน |
ผู้พัฒนา | https://www.devanco.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,fr,tr,es,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.7.4", "browser_action": { "default_icon": "images\/ba_icon.png", "default_title": "Desktopify" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content-script\/spn.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "lib\/jquery.min.js", "content-script\/file-saver.js", "content-script\/instad.js", "content-script\/index.js" ], "css": [ "content-script\/content.css" ], "all_frames": true }, { "matches": [ "*:\/\/*.desktop-for-ig.devanco.com\/*" ], "js": [ "lib\/jquery.min.js", "content-script\/settings.js" ], "css": [ "content-script\/content.css" ], "all_frames": true } ], "icons": { "128": "images\/icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.instagram.com\/*", "http:\/\/desktop-for-ig.devanco.com\/*", "https:\/\/desktop-for-ig.devanco.com\/*" ] } |