Motargam

Share your passion in your language!

什麼是Motargam?

Motargam是由https://motargam.com開發的Chrome擴展程式,該擴展的主要功能是“Share your passion in your language!”。

擴展截圖

screenshot
screenshot

下載Motargam擴展crx文件

下載Motargam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}