Better Instagram
This browser extension enhances your instagram.com experience by adding several essential privacy features.
Cos'è Better Instagram?
Better Instagram è un'estensione di Chrome sviluppata da VaspDev, e la sua funzione principale è "This browser extension enhances your instagram.com experience by adding several essential privacy features.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Instagram
Scarica i file di estensione Better Instagram 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
+ User-friendly flush interface: Easy to navigate and utilize.
+ Preserve Complete Conversation Records: Export chat logs as convenient text or JSON files.
+ Disable Read Receipts: Prevent recipients from knowing when you've read their messages.
+ Block Story Viewed Notifications: Stop recipients from seeing that you've viewed their stories.
Additional features coming soon... Informazioni di Base sull'Estensione
| Nome | |
| ID | ohpfacfabigckcgpckpmmhiaogjodjci |
| URL Ufficiale | https://chromewebstore.google.com/detail/better-instagram/ohpfacfabigckcgpckpmmhiaogjodjci |
| Descrizione | This browser extension enhances your instagram.com experience by adding several essential privacy features. |
| Dimensione del File | 247 KB |
| Conteggio Installazioni | 116 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-04-27 |
| Data di Pubblicazione | 2023-04-26 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | VaspDev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/dclstn/better-instagram |
| URL della Pagina di Aiuto | https://github.com/dclstn/better-instagram |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Better Instagram",
"description": "This browser extension enhances your instagram.com experience by adding several essential privacy features.",
"version": "1.0.0",
"icons": {
"32": "logo32.png",
"48": "logo48.png",
"96": "logo96.png",
"128": "logo128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
".\/build\/script.js"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"host_permissions": [
"https:\/\/www.instagram.com\/*"
]
} | |