Ally: Subtitles Anywhere

Auto-generated subtitles on any website.

Ally: Subtitles Anywhereคืออะไร?

Ally: Subtitles Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ally.so และคุณลักษณะหลักของมันคือ "Auto-generated subtitles on any website."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ally: Subtitles Anywhere

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

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

                        **Audio content, accessible**

Whether you're hearing impaired or learning a new language, our chrome transcription plugin is here to help you understand and participate. We want to make audio accessible to anyone.

🎙Listen to podcasts via any web-based platform

🕹Watch and transcribe Twitch streams

📼Follow your favourite youtubers with better transcription

🌎Discover new content and creators from all over the world

🚨Stay up-to-date with real-time broadcasts and news 

👭Become a part of new communities 

❤️ Connect and find new friends with Ally community                    

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

ชื่อ Ally: Subtitles Anywhere Ally: Subtitles Anywhere
ID plhklpdghdebjclpjemhmgeafnikiegl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ally-subtitles-anywhere/plhklpdghdebjclpjemhmgeafnikiegl
คำอธิบาย Auto-generated subtitles on any website.
ขนาดไฟล์ 365 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-06-18
วันที่เผยแพร่ 2020-08-05
คะแนน 3.26/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา http://ally.so
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ally.so/
URL หน้าช่วยเหลือ https://www.ally.so/guide
URL หน้านโยบายความเป็นส่วนตัว http://stenomatic.ai/utility-legal-terms.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ally: Subtitles Anywhere",
    "version": "1.0.0",
    "description": "Auto-generated subtitles on any website.",
    "author": "Stenomatic.ai",
    "homepage_url": "https:\/\/www.ally.so",
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabCapture",
        "https:\/\/cc.stenomatic.com\/*"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "lib\/firebasejs\/7.15.4\/firebase-app.js",
            "lib\/firebasejs\/7.15.4\/firebase-auth.js",
            "init_firebase.js",
            "lib\/firebasejs\/ui\/4.5.1\/firebase-ui-auth.js",
            "services\/auth.service.js",
            "lib\/recorder.min.js",
            "services\/api.service.js",
            "workers\/linear16_pcm_worker.js",
            "workers\/opus_worker.js",
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/resize-bot-right.svg"
    ],
    "page_action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_title": "Open Stenomatic closed captions interface",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "show_matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/gumroad.com\/js\/ https:\/\/assets.gumroad.com\/assets\/; object-src 'self'",
    "oauth2": {
        "client_id": "djgoeogfnlgipgocijdabhhnjcdmpgho",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}