Anonymously Story Viewer for Instagram™

View instagram stories and highlights anonymously without notified the story owner.

Co to jest Anonymously Story Viewer for Instagram™?

Anonymously Story Viewer for Instagram™ to rozszerzenie Chrome opracowane przez https://onlinetoolset.com, a jego główną funkcją jest „View instagram stories and highlights anonymously without notified the story owner.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Anonymously Story Viewer for Instagram™

Pobierz pliki rozszerzeń Anonymously Story Viewer for Instagram™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension helps you to view instagram story and highlights anonymously with one click, completly free and unlimited.

WARNING:
Please apply instructions below to be anonymous & DO NOT view stories directly by clicking profile picture.

Instagram users can see the users who saw the stories and highlights. If you want to hide yourself from story owner, this extension is for you. You can watch stories and highlights with just one click without notified the owner of story and highlight.

How to view stories anonymously for Instagram™
- Install this extension for chrome browser.
- Visit profile page on instagram.com. For example: https://www.instagram.com/realmadrid/
if the page is already open, please refresh the page after the extension has been installed.
- Click the extension icon on the top-right corner of the browser window. Chrome browser shows the new installed extensions under Extensions section on toolbar. Click Extensions button and then click "Show in Toolbar" button to stick "Anonymously Story Viewer" extension on toolbar.
- Current user stories will be listed in a second.

How to view highlights anonymously for Instagram™
- After view stories secretly, you will see Highlights tab on opened tab.
- Click Highlights buttons and highlight list of the current user will be shown on the opened tab as instagram shows.
- Click the highlight that you'd like to watch stories.
- All stories of the highligh will be shown in a second.

How to test you are anonymous?
- View stories of any user by clicking the extension icon.
- Refresh profile detail page.
- You will see the red border rounded on the profile picture. It means that the stories have not been seen yet.

WARNING: To view stories anonymously for instagram, you need to view stories by clicking extension icon.

NOTICE: We don't store any usage information on your local computer or any other service. You are completely anonymous by using "Anonymously Story Viewer for Instagram™" extension.

Permission Information: All permissions will be used to get stories and be able to show stories anonymously.                    

Podstawowe informacje o rozszerzeniu

Nazwa Anonymously Story Viewer for Instagram™ Anonymously Story Viewer for Instagram™
ID peplbgpalimccdhgjhcjmclikckonddj
Oficjalny URL https://chromewebstore.google.com/detail/anonymously-story-viewer/peplbgpalimccdhgjhcjmclikckonddj
Opis View instagram stories and highlights anonymously without notified the story owner.
Rozmiar pliku 133 KB
Liczba instalacji 186
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2023-10-24
Data Publikacji 2023-10-10
Deweloper https://onlinetoolset.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://onlinetoolset.com/browser-extensions/anonymously-story-viewer
Adres URL Strony Polityki Prywatności https://sites.google.com/view/ext-privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Story Viewer",
    "name": "Anonymously Story Viewer for Instagram\u2122",
    "description": "View instagram stories and highlights anonymously without notified the story owner.",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "64": "assets\/icon_64.png",
        "128": "assets\/icon_128.png",
        "256": "assets\/icon_256.png",
        "512": "assets\/icon_512.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.cdninstagram.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content_scripts.bundle.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "viewer.html"
    }
}