Oh My IG

Provide what you expected from Instagram.

什么是Oh My IG?

Oh My IG是由inDream开发的Chrome扩展程序,该扩展的主要功能是“Provide what you expected from Instagram.”。

扩展截图

screenshot

下载Oh My IG扩展crx文件

下载Oh My IG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Features
- Auto sync feeds
- Display feeds
  - Auto reload & Pagination
  - Support multiple photos / videos
  - Customize display layout
  - Show photos & videos in lightbox
  - Sort by date, likes and comments
  - Search & Filter feeds
  - Notification about new feeds
- Planned:
  - View & create comments
  - Grouping users
  - Theme
  - Multi account
  - Export photos & videos from profile
  - Detect removed posts

Options Explain:
  - Auto Reload Feed Page: Use to load photo as cache in case photo removed
  - Sync One Feed = Homepage + No of items sync each time
  - Sync Multi Feed = Homepage + Sync Count * No of items sync each time

Contribute
https://github.com/inDream/oh-my-ig

Privacy Policy:
https://wlc.io/privacy-policy/                    

扩展基本信息

名称 Oh My IG Oh My IG
ID glmlgaadcaohdmmpkkllhdkpjbeibond
官方URL https://chromewebstore.google.com/detail/oh-my-ig/glmlgaadcaohdmmpkkllhdkpjbeibond
简介 Provide what you expected from Instagram.
文件大小 162 KB
安装次数 2,999
当前版本 0.0.4.17
更新时间 2021-05-03
上架时间 2019-08-09
评分 3.49/5 共51次评分
开发者 inDream
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/inDream/oh-my-ig
帮助页面URL https://github.com/inDream/oh-my-ig/issues/new
隐私政策页面URL https://wlc.io/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4.17",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/libs\/chrome-promise.js",
            "scripts\/libs\/md5.min.js",
            "scripts\/libs\/moment.min.js",
            "scripts\/src\/fetcher.js",
            "scripts\/src\/database.js",
            "scripts\/background.js",
            "scripts\/analytics.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/",
        "*:\/\/*.cdninstagram.com\/",
        "*:\/\/*.fbcdn.net\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Oh My IG",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}