Dim: Anonymous Instagram Story Viewer

Watch Instagram Stories

Dim: Anonymous Instagram Story Viewer란 무엇입니까?

Dim: Anonymous Instagram Story Viewer은(는) https://dimstoryapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Instagram Stories"입니다.

확장 프로그램 스크린샷

screenshot

Dim: Anonymous Instagram Story Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}