Free Your Stuff

Lets you download your contributions to sites you contribute to

Free Your Stuff là gì?

Free Your Stuff là một tiện ích mở rộng Chrome được phát triển bởi https://freeyourstuff.cc, và tính năng chính của nó là "Lets you download your contributions to sites you contribute to".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Free Your Stuff

Tải xuống các tệp mở rộng Free Your Stuff 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

                        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                    

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

Tên Free Your Stuff Free Your Stuff
ID hlkhpekhgcaigleojiocoeockhcaglia
URL Chính Thức https://chromewebstore.google.com/detail/free-your-stuff/hlkhpekhgcaigleojiocoeockhcaglia
Mô tả Lets you download your contributions to sites you contribute to
Kích Thước Tệp 807 KB
Số Lần Cài Đặt 289
Phiên Bản Hiện Tại 0.6.4
Cập Nhật Lần Cuối 2021-08-23
Ngày Phát Hành 2020-03-22
Đánh Giá 3.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://freeyourstuff.cc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://freeyourstuff.cc/
URL Trang Trợ Giúp https://freeyourstuff.cc/faq
URL Trang Chính Sách Bảo Mật https://freeyourstuff.cc/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}