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文件

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