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은(는) adinstmanis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize Instagram desktop view and design, and enjoy additional features. Download and upload stories, photo and video"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Phoneon. App for Instagram 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}