Oh My IG
Provide what you expected from Instagram.
Cos'è Oh My IG?
Oh My IG è un'estensione di Chrome sviluppata da inDream, e la sua funzione principale è "Provide what you expected from Instagram.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Oh My IG
Scarica i file di estensione Oh My IG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | glmlgaadcaohdmmpkkllhdkpjbeibond |
| URL Ufficiale | https://chromewebstore.google.com/detail/oh-my-ig/glmlgaadcaohdmmpkkllhdkpjbeibond |
| Descrizione | Provide what you expected from Instagram. |
| Dimensione del File | 162 KB |
| Conteggio Installazioni | 2,999 |
| Versione Corrente | 0.0.4.17 |
| Ultimo Aggiornamento | 2021-05-03 |
| Data di Pubblicazione | 2019-08-09 |
| Valutazione | 3.49/5 Totale 51 Valutazioni |
| Sviluppatore | inDream |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/inDream/oh-my-ig |
| URL della Pagina di Aiuto | https://github.com/inDream/oh-my-ig/issues/new |
| URL della Pagina della Politica sulla Privacy | https://wlc.io/privacy-policy |
| Lingue Supportate | 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"
]
} | |