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是由tzachi.azo开发的Chrome扩展程序,该扩展的主要功能是“Enjoy instagram browsing on Desktop - with full width layout”。

扩展截图

screenshot
screenshot
screenshot

下载Browse Instagram as an inspirational board扩展crx文件

下载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
}