Free Your Stuff

Lets you download your contributions to sites you contribute to

Free Your Stuffとは何ですか?

Free Your Stuffはhttps://freeyourstuff.ccによって開発されたChromeの拡張機能で、その主な機能は「Lets you download your contributions to sites you contribute to」です。

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

screenshot

Free Your Stuff拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension lets you download your own contributions to supported websites. Optionally, you can publish them under an open license.

Currently supported sites include Yelp (reviews), IMDB (reviews and ratings), TripAdvisor (reviews), Goodreads (reviews and ratings), Amazon.com (reviews; all country editions) and Quora (answers). Fetching photos/videos etc. is not supported yet.

The extension is still in BETA. That means there will be bugs. :-)

Privacy policy: https://freeyourstuff.cc/privacy

This extension is open source and community-maintained. Bugs are to be expected and bug reports are welcome at: https://github.com/eloquence/freeyourstuff.cc                    

拡張機能の基本情報

名前 Free Your Stuff Free Your Stuff
ID hlkhpekhgcaigleojiocoeockhcaglia
公式URL https://chromewebstore.google.com/detail/free-your-stuff/hlkhpekhgcaigleojiocoeockhcaglia
説明 Lets you download your contributions to sites you contribute to
ファイルサイズ 807 KB
インストール数 289
現在のバージョン 0.6.4
最終更新日 2021-08-23
公開日 2020-03-22
評価 3.50/5 合計 8 レビュー
開発者 https://freeyourstuff.cc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://freeyourstuff.cc/
ヘルプページのURL https://freeyourstuff.cc/faq
プライバシーポリシーページのURL https://freeyourstuff.cc/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "name": "Free Your Stuff",
    "description": "Lets you download your contributions to sites you contribute to",
    "version": "0.6.4",
    "background": {
        "scripts": [
            "src\/init.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "incognito": "spanning",
    "page_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        },
        "default_title": "Manage your content for this website",
        "default_popup": "src\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/freeyourstuff.cc\/",
            "http:\/\/dev.freeyourstuff.cc\/"
        ]
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "optional_permissions": [
        "https:\/\/freeyourstuff.cc\/",
        "https:\/\/www.quora.com\/"
    ]
}