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
官方網址 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
電子郵箱 [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\/"
    ]
}