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