Phoneon. App for Instagram
Customize Instagram desktop view and design, and enjoy additional features. Download and upload stories, photo and video
Hvad er Phoneon. App for Instagram?
Phoneon. App for Instagram er en Chrome-udvidelse udviklet af adinstmanis, og dens hovedfunktion er "Customize Instagram desktop view and design, and enjoy additional features. Download and upload stories, photo and video".
Udvidelsesskærmbilleder
Download Phoneon. App for Instagram-udvidelses-CRX-fil
Download Phoneon. App for Instagram-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Phoneon. App for Instagram |
ID | pfnbafkmcmahbodddghlfagobkdgjajd |
Officiel URL | https://chromewebstore.google.com/detail/phoneon-app-for-instagram/pfnbafkmcmahbodddghlfagobkdgjajd |
Beskrivelse | Customize Instagram desktop view and design, and enjoy additional features. Download and upload stories, photo and video |
Filstørrelse | 319 KB |
Antal Installationer | 3,251 |
Nuværende Version | 1.1.4 |
Senest Opdateret | 2024-01-31 |
Udgivelsesdato | 2021-07-28 |
Bedømmelse | 4.50/5 Samlet 30 Bedømmelser |
Udvikler | adinstmanis |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://sites.google.com/view/phoneappforinstagram |
Understøttede Sprog | 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\/*" ] } ] } |