Better Instagram

This browser extension enhances your instagram.com experience by adding several essential privacy features.

Wat is Better Instagram?

Better Instagram is een Chrome-extensie ontwikkeld door VaspDev, en de belangrijkste functie is "This browser extension enhances your instagram.com experience by adding several essential privacy features.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Better Instagram

Download Better Instagram-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

                        + 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...                    

Basisinformatie over de Extensie

Naam Better Instagram Better Instagram
ID ohpfacfabigckcgpckpmmhiaogjodjci
Officiële URL https://chromewebstore.google.com/detail/better-instagram/ohpfacfabigckcgpckpmmhiaogjodjci
Beschrijving This browser extension enhances your instagram.com experience by adding several essential privacy features.
Bestandsgrootte 247 KB
Aantal Installaties 116
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-04-27
Publicatiedatum 2023-04-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar VaspDev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dclstn/better-instagram
Help Pagina-URL https://github.com/dclstn/better-instagram
Ondersteunde Talen 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\/*"
    ]
}