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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize Instagram desktop view and design, and enjoy additional features. Download and upload stories, photo and video"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Phoneon. App for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}