Hiddengram - view insta stories anonymously

View friends' Instagram stories without them knowing!

O que é Hiddengram - view insta stories anonymously?

Hiddengram - view insta stories anonymously é uma extensão do Chrome desenvolvida por Su4nHu4ND0, e sua principal característica é "View friends' Instagram stories without them knowing!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hiddengram - view insta stories anonymously

Baixe arquivos de extensão Hiddengram - view insta stories anonymously no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        UPDATE Sep 2022: Fixed another issue that prevented hiddengram from functioning properly.

UPDATE: A recent issue (Feb 2022) that resulted in Hiddengram being non-functional has been fixed!
Sorry for the inconvenience caused.

HIDDENGRAM - VIEW INSTA STORIES ANONYMOUSLY

With Hiddengram enabled, go ahead and view a friend's (or anyone's) story that you have not seen. (An unseen story has a colored ring around the user's profile photo). Watch Hiddengram work its magic by refreshing the page: the story which you just viewed is still marked as unseen!

Click on the Hiddengram icon in the extensions bar to enable/disable the extension. 

Do leave a review! Any feedback is welcome!                    

Informações Básicas da Extensão

Nome Hiddengram - view insta stories anonymously Hiddengram - view insta stories anonymously
ID gadndffmjdmdkjkmfmioeibmlabhbccb
URL Oficial https://chrome.google.com/webstore/detail/hiddengram-view-insta-sto/gadndffmjdmdkjkmfmioeibmlabhbccb
Descrição View friends' Instagram stories without them knowing!
Tamanho do Arquivo 14.03 KB
Contagem de Instalações 86,490
Versão Atual 0.1.8
Última Atualização 2022-09-07
Data de Publicação 2019-10-18
Classificação 3.29/5 Total de 155 Avaliações
Desenvolvedor Su4nHu4ND0
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hiddengram - view insta stories anonymously",
    "short_name": "Hiddengram",
    "version": "0.1.8",
    "manifest_version": 2,
    "description": "View friends' Instagram stories without them knowing!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Hiddengram is running - you are hidden!"
    },
    "permissions": [
        "*:\/\/*.instagram.com\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}