Desktopify
Browse web mobile Instagram site directly from your Desktop (Pc / Mac)
Desktopify란 무엇입니까?
Desktopify은(는) https://www.devanco.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse web mobile Instagram site directly from your Desktop (Pc / Mac)"입니다.
확장 프로그램 스크린샷
Desktopify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |