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
电子邮箱 [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\/"
    ]
}