Oh My IG
Provide what you expected from Instagram.
Oh My IG là gì?
Oh My IG là một tiện ích mở rộng Chrome được phát triển bởi inDream, và tính năng chính của nó là "Provide what you expected from Instagram.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Oh My IG
Tải xuống các tệp mở rộng Oh My IG dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Oh My IG |
ID | glmlgaadcaohdmmpkkllhdkpjbeibond |
URL Chính Thức | https://chromewebstore.google.com/detail/oh-my-ig/glmlgaadcaohdmmpkkllhdkpjbeibond |
Mô tả | Provide what you expected from Instagram. |
Kích Thước Tệp | 162 KB |
Số Lần Cài Đặt | 2,999 |
Phiên Bản Hiện Tại | 0.0.4.17 |
Cập Nhật Lần Cuối | 2021-05-03 |
Ngày Phát Hành | 2019-08-09 |
Đánh Giá | 3.49/5 Tổng số 51 Đánh Giá |
Nhà Phát Triển | inDream |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/inDream/oh-my-ig |
URL Trang Trợ Giúp | https://github.com/inDream/oh-my-ig/issues/new |
URL Trang Chính Sách Bảo Mật | https://wlc.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |