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\/"
    ]
}