Story Downloader

With the Story Downloader you can view stories anonymously and download them for free.

Story Downloaderとは何ですか?

Story DownloaderはExtensions for Everyoneによって開発されたChromeの拡張機能で、その主な機能は「With the Story Downloader you can view stories anonymously and download them for free.」です。

拡張機能のスクリーンショット

screenshot

Story Downloader拡張機能のCRXファイルをダウンロード

Story Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Watch Instagram Stories anonymously and download them with Instagram Story Viewer. Save every new Story from any public profile automatically — free, compatible with any device, no third app installation.                    

拡張機能の基本情報

名前 Story Downloader Story Downloader
ID pneajbbepheokncfcicjoeakmajaegem
公式URL https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem
説明 With the Story Downloader you can view stories anonymously and download them for free.
ファイルサイズ 149 KB
インストール数 3,000
現在のバージョン 1.0
最終更新日 2020-11-25
公開日 2020-11-25
評価 3.00/5 合計 2 レビュー
開発者 Extensions for Everyone
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.storydownloader.org
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Story Downloader",
    "version": "1.0",
    "description": "With the Story Downloader you can view stories anonymously and download them for free.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo_128.png"
    }
}