Motargam
Share your passion in your language!
Motargam क्या है?
Motargam https://motargam.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share your passion in your language!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Motargam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |