Motargam

Share your passion in your language!

Motargam란 무엇입니까?

Motargam은(는) https://motargam.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share your passion in your language!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Motargam 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Motargam enables you to create subtitle for any online video* very easily and share the video with your subtitle to anyone.

Features:
- Very easy to use subtitle editor.
- Sharable link for your subtitles to be seen by anyone without the need to download the extension.
- A personal profile with all your translation at motargam.com.
- No need to wait for the approval from the video creator.
- No need to download and re-upload copyrighted materials.
- Download your subtitles in SRT format.

Use it for:
- personal branding through translating interesting videos in your career and share it with your audience.
- Build your profile as a translator.
- Training on subtitling, share your translation easily with the community to get their feedback. 

*Now support Youtube videos only, other platforms to be added soon.                    

확장 프로그램 기본 정보

이름 Motargam Motargam
ID gifpicggdnmcookaopgohbpbnhggighk
공식 URL https://chromewebstore.google.com/detail/motargam/gifpicggdnmcookaopgohbpbnhggighk
설명 Share your passion in your language!
파일 크기 138 KB
설치 횟수 736
현재 버전 0.5.4
최근 업데이트 2019-11-13
출시 날짜 2019-11-13
평점 4.33/5 총 6 개의 평점
개발자 https://motargam.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://motargam.com
도움말 페이지 URL https://motargam.com/contact-us
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/69204799
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Motargam",
    "version": "0.5.4",
    "manifest_version": 2,
    "description": "Share your passion in your language!",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/server.motargam.com\/",
        "storage",
        "activeTab"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "constants.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.udemy.com\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png",
        "icons\/*.gif",
        "images\/*.png",
        "inject.css",
        "shadow.css"
    ]
}