Browse Instagram as an inspirational board
Enjoy instagram browsing on Desktop - with full width layout
Was ist Browse Instagram as an inspirational board?
Browse Instagram as an inspirational board ist eine Chrome-Erweiterung, die von tzachi.azo entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy instagram browsing on Desktop - with full width layout".
Erweiterungsscreenshots
Browse Instagram as an inspirational board-Erweiterungs-CRX-Datei herunterladen
Laden Sie Browse Instagram as an inspirational board-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
We find Instagram as a visual tool for designers and creative people, who use it on a daily basis to be inspired and explore global trends. 'Instagram Grid Layout' provides New full-width-layout, that allows fast and effective browsing experience to explore, discover and get inspired from the people you are 'following' and from others. Your Instagram 'feed' and 'explore' section will be displayed in Mansory Layout, that will showcase your 'following' content and others you might interest as 'inspiration pinboard'. The extension does not collect any private data and your images are only stored on your PC. Enjoy! 😃
Grundlegende Informationen zur Erweiterung
Name | Browse Instagram as an inspirational board |
ID | aggmkhbnakgocpdkcghekgnejbjobifi |
Offizielle URL | https://chromewebstore.google.com/detail/browse-instagram-as-an-in/aggmkhbnakgocpdkcghekgnejbjobifi |
Beschreibung | Enjoy instagram browsing on Desktop - with full width layout |
Dateigröße | 42.81 KB |
Installationsanzahl | 604 |
Aktuelle Version | 1.29 |
Letztes Update | 2023-10-15 |
Veröffentlichungsdatum | 2020-06-28 |
Bewertung | 4.46/5 Insgesamt 13 Bewertungen |
Entwickler | tzachi.azo |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browse Instagram as an inspirational board", "version": "1.29", "description": "Enjoy instagram browsing on Desktop - with full width layout", "permissions": [ "storage", "declarativeContent" ], "background": { "service_worker": "background.js" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/icon_16X16.png", "32": "assets\/images\/icon_32X32.png", "48": "assets\/images\/icon_48X48.png", "128": "assets\/images\/icon_128X128.png" } }, "icons": { "16": "assets\/images\/icon_16X16.png", "32": "assets\/images\/icon_32X32.png", "48": "assets\/images\/icon_48X48.png", "128": "assets\/images\/icon_128X128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "css": [ "style.css", "mediaDisplay.css" ] } ], "web_accessible_resources": [ "assets\/images\/*.png", "assets\/components\/*.html", "assets\/components\/mediaDisplay.html" ], "manifest_version": 2 } |