Phoneon. App for Instagram
Customize Instagram desktop view and design, and enjoy additional features. Download and upload stories, photo and video
Phoneon. App for Instagramคืออะไร?
Phoneon. App for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adinstmanis และคุณลักษณะหลักของมันคือ "Customize Instagram desktop view and design, and enjoy additional features. Download and upload stories, photo and video"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phoneon. App for Instagram
ดาวน์โหลดไฟล์ส่วนขยาย Phoneon. App for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Customize Instagram desktop view and design, and enjoy additional features. ❇️ Upload features available now ❇️ Tired of Instagram desktop design? Now you can customize your Instagram web page as you wish. My extension allows you switching between mobile or tablet view, change color scheme and use numerous useful features like: - Download and Upload Photos, Videos, Reels, Carousels from your computer to Instagram - Download and Upload Instagram Stories - Standard features of Instagram mobile website like, follow, comment, browse, ..) Please note: Phoneon. Phone App for Instagram does NOT belong or related to Instagram Inc. in any ways. The extension is developed and maintained independently by me. My third-party browser extension is a wrapper to original web application.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Phoneon. App for Instagram |
ID | pfnbafkmcmahbodddghlfagobkdgjajd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/phoneon-app-for-instagram/pfnbafkmcmahbodddghlfagobkdgjajd |
คำอธิบาย | Customize Instagram desktop view and design, and enjoy additional features. Download and upload stories, photo and video |
ขนาดไฟล์ | 319 KB |
จำนวนการติดตั้ง | 3,251 |
เวอร์ชันปัจจุบัน | 1.1.4 |
อัปเดตครั้งล่าสุด | 2024-01-31 |
วันที่เผยแพร่ | 2021-07-28 |
คะแนน | 4.50/5 รวมทั้งหมด 30 คะแนน |
ผู้พัฒนา | adinstmanis |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/phoneappforinstagram |
ภาษาที่รองรับ | id,ms,de,en,fr,nl,no,tr,da,es,it,hu,pl,sv,cs,el,ru,uk,iw,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.1.4", "default_locale": "en", "icons": { "128": "img\/icon_128.png" }, "action": { "default_icon": { "16": "img\/icon_16.png" } }, "background": { "service_worker": "\/js\/bg.js" }, "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "permissions": [ "storage", "cookies", "webRequest", "declarativeNetRequest" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "\/js\/cs.js" ], "css": [ "\/css\/content.css" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "\/css\/*", "\/img\/*" ], "matches": [ "https:\/\/*.instagram.com\/*" ] } ] } |