SubCloud - Crowdfunding subtitles

Request or Make Subtitles for Youtube

SubCloud - Crowdfunding subtitlesคืออะไร?

SubCloud - Crowdfunding subtitles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Young Inch Lab และคุณลักษณะหลักของมันคือ "Request or Make Subtitles for Youtube"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SubCloud - Crowdfunding subtitles

ดาวน์โหลดไฟล์ส่วนขยาย SubCloud - Crowdfunding subtitles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Request and get subtitles for any youtube videos on SubCloud!

Request subtitles for videos, and use subtitles from users around the world for free. Each request will be used to fill the subtitle gauge for making subtitles. When the gauge reaches 100%, subtitles will be uploaded soon. The gauge will be filled quicker with using points.

Most-funding clients will be given credit at the last subtitle.

*What Is the Subtitle Gauge?
- The gauge will be charged through requests and points.
- When the gauge becomes filled completely, subtitles will be provided.
- Subtitles will be delivered to YouTubers when they request.
- For new clients, 200 points will be provided for free.
- To fill the gauge quicker, ask for help, gathering more people.

**Extension Composition
[Subtitle Gauge] - You can check the gauge situation on YouTube. 
[Request] - You can request subtitles for any videos.
[Subtitles] - You can select any subtitles uploaded by makers.
[Upload] - You can make and upload subtitles to every video.
[Settings] - You can customize subtitles with various options.

To get used to SubCloud’s extension, try subtitles of ‘Gangnam Style’ video and start SubCloud. https://www.youtube.com/watch?v=9bZkp7q19f0

Thanks for using SubCloud!
 ***Note: SubCloud is currently working on Youtube only, so our services on other web pages can be limited. Please refresh the web page when an error occurs, or please let us know the bug to [email protected], then we will fix it as soon as possible.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SubCloud - Crowdfunding subtitles SubCloud - Crowdfunding subtitles
ID ocjfkiipkmckngedlljnkackhohcffpa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/subcloud-crowdfunding-sub/ocjfkiipkmckngedlljnkackhohcffpa
คำอธิบาย Request or Make Subtitles for Youtube
ขนาดไฟล์ 606 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-08-29
วันที่เผยแพร่ 2022-07-21
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Young Inch Lab
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://subcloud.app/
URL หน้าช่วยเหลือ https://subcloud.app/
URL หน้านโยบายความเป็นส่วนตัว https://subcloud.app/info/privacy
ภาษาที่รองรับ en,es,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/subcloud.app\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/strapi.subcloud.app\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "contentScript.bundle.js",
                "\/lib\/bootstrap\/bootstrap.js"
            ],
            "css": [
                "content.styles.css",
                "\/lib\/bootstrap\/bootstrap.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "logo.svg"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}