Ally: Subtitles Anywhere

Auto-generated subtitles on any website.

Ally: Subtitles Anywhere란 무엇입니까?

Ally: Subtitles Anywhere은(는) http://ally.so에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-generated subtitles on any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ally: Subtitles Anywhere 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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"
        ]
    }
}