Browse Instagram as an inspirational board
Enjoy instagram browsing on Desktop - with full width layout
Qu'est-ce que Browse Instagram as an inspirational board ?
Browse Instagram as an inspirational board est une extension Chrome développée par tzachi.azo, et sa fonction principale est "Enjoy instagram browsing on Desktop - with full width layout".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Browse Instagram as an inspirational board
Téléchargez les fichiers d'extension Browse Instagram as an inspirational board au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! 😃
Informations de Base sur l'Extension
Nom | Browse Instagram as an inspirational board |
ID | aggmkhbnakgocpdkcghekgnejbjobifi |
URL Officiel | https://chromewebstore.google.com/detail/browse-instagram-as-an-in/aggmkhbnakgocpdkcghekgnejbjobifi |
Description | Enjoy instagram browsing on Desktop - with full width layout |
Taille du Fichier | 42.81 KB |
Nombre d'Installations | 604 |
Version Actuelle | 1.29 |
Dernière Mise à Jour | 2023-10-15 |
Date de Publication | 2020-06-28 |
Évaluation | 4.46/5 Total 13 Évaluations |
Développeur | tzachi.azo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |