Dim: Anonymous Instagram Story Viewer

Watch Instagram Stories

Τι είναι το Dim: Anonymous Instagram Story Viewer;

Το Dim: Anonymous Instagram Story Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dimstoryapp.com, και η κύρια λειτουργία του είναι "Watch Instagram Stories".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Dim: Anonymous Instagram Story Viewer

Λήψη αρχείων επέκτασης Dim: Anonymous Instagram Story Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Dim, is the ultimate tool for anonymous story-viewing on Instagram! With Dim, you can watch Instagram stories without worrying about being seen. Whether you want to catch up on what your friends are up to or discover new and interesting content, Dim is the best IG viewer.

- Watch Insta stories fully anonymously
- Use the native Instagram interface you're already familiar
- Best private Instagram story viewer
- Unlimited daily story viewing
- View insta story and no one find out


Legal note: Dim is a third-party application not affiliated with Instagram. Instagram and its logo are trademarks of Instagram LLC.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dim: Anonymous Instagram Story Viewer Dim: Anonymous Instagram Story Viewer
ID kbgjifecnjmcnahmopkekcbhgoipcbgg
Επίσημο URL https://chromewebstore.google.com/detail/dim-anonymous-instagram-s/kbgjifecnjmcnahmopkekcbhgoipcbgg
Περιγραφή Watch Instagram Stories
Μέγεθος Αρχείου 32.93 KB
Αριθμός Εγκαταστάσεων 93
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-10-18
Ημερομηνία Δημοσίευσης 2023-10-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://dimstoryapp.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://dimstoryapp.com
Διεύθυνση URL της Σελίδας Βοήθειας https://dimstoryapp.com
URL της Σελίδας Πολιτικής Απορρήτου https://dimstoryapp.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dim: Anonymous Instagram Story Viewer",
    "description": "Watch Instagram Stories",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_icon": "img\/logo-48.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-1c7a1bf9.b7301db8.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png",
                "src\/content\/dim-script.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "assets\/chunk-1c7a1bf9.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.dimstoryapp.com\/*"
    ]
}