Free Your Stuff
Lets you download your contributions to sites you contribute to
Free Your Stuff क्या है?
Free Your Stuff https://freeyourstuff.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you download your contributions to sites you contribute to"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Free Your Stuff एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/" ] } |