Free Your Stuff

Lets you download your contributions to sites you contribute to

Что такое Free Your Stuff?

Free Your Stuff - это расширение Chrome, разработанное https://freeyourstuff.cc, и его основная функция - "Lets you download your contributions to sites you contribute to".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Free Your Stuff

Скачайте файлы расширений 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\/"
    ]
}