Oh My IG
Provide what you expected from Instagram.
Wat is Oh My IG?
Oh My IG is een Chrome-extensie ontwikkeld door inDream, en de belangrijkste functie is "Provide what you expected from Instagram.".
Extensie Screenshots
Download het CRX-bestand van de extensie Oh My IG
Download Oh My IG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Oh My IG |
ID | glmlgaadcaohdmmpkkllhdkpjbeibond |
Officiële URL | https://chromewebstore.google.com/detail/oh-my-ig/glmlgaadcaohdmmpkkllhdkpjbeibond |
Beschrijving | Provide what you expected from Instagram. |
Bestandsgrootte | 162 KB |
Aantal Installaties | 2,999 |
Huidige Versie | 0.0.4.17 |
Laatst Bijgewerkt | 2021-05-03 |
Publicatiedatum | 2019-08-09 |
Beoordeling | 3.49/5 Totaal 51 Beoordelingen |
Ontwikkelaar | inDream |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/inDream/oh-my-ig |
Help Pagina-URL | https://github.com/inDream/oh-my-ig/issues/new |
URL van de Privacybeleid Pagina | https://wlc.io/privacy-policy |
Ondersteunde Talen | 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" ] } |