Story Space. Anonymous viewer for IG and FB

View Instagram and Facebook Stories anonymously and stay private. Download Stories without leaving a trace.

Story Space. Anonymous viewer for IG and FB là gì?

Story Space. Anonymous viewer for IG and FB là một tiện ích mở rộng Chrome được phát triển bởi majewskkik, và tính năng chính của nó là "View Instagram and Facebook Stories anonymously and stay private. Download Stories without leaving a trace.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Story Space. Anonymous viewer for IG and FB

Tải xuống các tệp mở rộng Story Space. Anonymous viewer for IG and FB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Keep your privacy and View Stories anonymously. Now you can watch Stories and the author will never know you did it.
Install Story Space | Anonymous view and download for IG and FB to stay invisible.

This is the only browser extension which allows you to Upload photo and video to Stories. Click extension icon and you will find "Upload" tab in new window. 

Social network switcher provides fast switching between social networks for even better user experience. 

Dark and Light modes are available for more comfortable user experience.

More advanced features for Instagram users:
- Record any Live you want in order to watch it offline whenever you want. You don't have to watch Lives during the stream only. Use this feature to Save any Live to your PC. When viewing a Live you will see recording button next to Live icon above comments section.
- Search Stories by Tags, GEO, Author or Friends;
- Upload Photo and Video to Stories from your desktop;
- Watch and Download Instagram Stories absolutely anonymously.

More advanced features for Facebook users:
- Search Stories by Tags, GEO, Author, Friends;
- Watch and Download Facebook Stories absolutely anonymously.

Note: advanced features with Live videos available only for Instagram                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Story Space. Anonymous viewer for IG and FB Story Space. Anonymous viewer for IG and FB
ID cicohiknlppcipjbfpoghjbncojncjgb
URL Chính Thức https://chromewebstore.google.com/detail/story-space-anonymous-vie/cicohiknlppcipjbfpoghjbncojncjgb
Mô tả View Instagram and Facebook Stories anonymously and stay private. Download Stories without leaving a trace.
Kích Thước Tệp 2.19 MB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-03-03
Đánh Giá 4.54/5 Tổng số 50 Đánh Giá
Nhà Phát Triển majewskkik
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/story-space
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.4",
    "default_locale": "en",
    "icons": {
        "256": "img\/icon_256.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/js\/fb_content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "fb_iframe",
                "enabled": false,
                "path": "\/rules\/fb_iframe.json"
            },
            {
                "id": "fb_graphql",
                "enabled": false,
                "path": "\/rules\/fb_graphql.json"
            },
            {
                "id": "insta_iframe",
                "enabled": false,
                "path": "\/rules\/insta_iframe.json"
            },
            {
                "id": "insta_upload",
                "enabled": false,
                "path": "\/rules\/insta_upload.json"
            },
            {
                "id": "insta_page",
                "enabled": false,
                "path": "\/rules\/insta_page.json"
            },
            {
                "id": "insta_apiv1",
                "enabled": false,
                "path": "\/rules\/insta_apiv1.json"
            },
            {
                "id": "insta_configure_to_story",
                "enabled": false,
                "path": "\/rules\/insta_configure_to_story.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.cdninstagram.com\/*",
        "*:\/\/*.fbcdn.net\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "cookies",
        "webRequest",
        "declarativeNetRequest"
    ]
}