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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}