Browse Instagram as an inspirational board

Enjoy instagram browsing on Desktop - with full width layout

Τι είναι το Browse Instagram as an inspirational board;

Το Browse Instagram as an inspirational board είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tzachi.azo, και η κύρια λειτουργία του είναι "Enjoy instagram browsing on Desktop - with full width layout".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Browse Instagram as an inspirational board

Λήψη αρχείων επέκτασης Browse Instagram as an inspirational board σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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! 😃                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Browse Instagram as an inspirational board Browse Instagram as an inspirational board
ID aggmkhbnakgocpdkcghekgnejbjobifi
Επίσημο URL https://chromewebstore.google.com/detail/browse-instagram-as-an-in/aggmkhbnakgocpdkcghekgnejbjobifi
Περιγραφή Enjoy instagram browsing on Desktop - with full width layout
Μέγεθος Αρχείου 42.81 KB
Αριθμός Εγκαταστάσεων 604
Τρέχουσα Έκδοση 1.29
Τελευταία Ενημέρωση 2023-10-15
Ημερομηνία Δημοσίευσης 2020-06-28
Αξιολόγηση 4.46/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής tzachi.azo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}