Saima: AI based video speed controller

AI-based adaptive video speed, skip silence, auto speed increase and voice normalizer in one extension.

Saima: AI based video speed controllerとは何ですか?

Saima: AI based video speed controllerはhttps://saima.aiによって開発されたChromeの拡張機能で、その主な機能は「AI-based adaptive video speed, skip silence, auto speed increase and voice normalizer in one extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Saima: AI based video speed controller拡張機能のCRXファイルをダウンロード

Saima: AI based video speed controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Whether you are studying to get a better-paid job, or just watching interesting videos, this extension will let you use your time in the most productive way. 

Personalize your video watching with our adaptive speed, save time (and energy) on skipping the silent parts, and use the auto speed increase feature to watch more in even less time.

💻 Saima video speed controller ensures your own video speed almost on all online video platforms such as YouTube, Coursera, Udemy, EdX, etc. 

👌 Our Super Features:
✅ 😤 NO MORE PAUSE AND REWIND- Adaptive Video Speed Controller 
✅ 🤯 NO MORE ANNOYING SILENCES – Skip Silence 
✅ 🧐 STAY SUPER FOCUSED WITH YOUR VIDEOS – Auto Video Speed Increase 
✅ 😍 NO MORE MISSED WORDS – Voice Boost / Voice Normalizer

We are constantly improving our technology with “Saima Is Better Than Yesterday” logic and for updates and suggestions please visit us at https://saima.ai ❤️ 

✅ Free Forever Package
 - 4,5 hours of Saima video speed control per month
 - Speed listening
 - Silence removal
 - Focus Boost - Voice Boost 

🌟 Premium and Business Package
 - Unlimited Usage
 - Unlimited number of devices
 - Speed listening - Silence removal 
 - Focus Boost 
 - Voice Boost 

🔒 Our users' security is a high priority for us. By installing our extension, you are accepting and acknowledging:

https://saima.ai/privacy-policy 
https://saima.ai/terms-and-conditions 

Enjoy your video-watching with Saima ✌️                    

拡張機能の基本情報

名前 Saima: AI based video speed controller Saima: AI based video speed controller
ID dpajfcckdohlcidmbjledcaenfkjaddo
公式URL https://chromewebstore.google.com/detail/saima-ai-based-video-spee/dpajfcckdohlcidmbjledcaenfkjaddo
説明 AI-based adaptive video speed, skip silence, auto speed increase and voice normalizer in one extension.
ファイルサイズ 125 MB
インストール数 10,000
現在のバージョン 4.2.5
最終更新日 2024-02-06
公開日 2023-03-16
評価 4.85/5 合計 93 レビュー
開発者 https://saima.ai
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://saima.ai
ヘルプページのURL https://saima.ai
プライバシーポリシーページのURL https://saima.ai/privacy-policy
対応言語 en,es,pt-PT
manifest.json
{
    "manifest_version": 3,
    "version": "4.2.5",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/saima.ai",
    "icons": {
        "16": "assets\/icons\/enabled\/16.png",
        "48": "assets\/icons\/enabled\/48.png",
        "128": "assets\/icons\/enabled\/128.png"
    },
    "background": {
        "service_worker": "src\/modules\/background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.localhost\/*",
                "*:\/\/*.saima.ai\/*",
                "*:\/\/*.coursera.org\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.edx.org\/*",
                "*:\/\/*.loom.com\/*",
                "*:\/\/*.udemy.com\/*",
                "*:\/\/*.skillshare.com\/*",
                "*:\/\/*.uteach.io\/*"
            ],
            "js": [
                "src\/modules\/content\/preload.js"
            ],
            "run_at": "document_start",
            "match_about_blank": false
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.localhost\/*",
                "*:\/\/*.saima.ai\/*",
                "*:\/\/*.coursera.org\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.edx.org\/*",
                "*:\/\/*.loom.com\/*",
                "*:\/\/*.udemy.com\/*",
                "*:\/\/*.skillshare.com\/*",
                "*:\/\/*.uteach.io\/*"
            ],
            "js": [
                "src\/modules\/content\/index.js"
            ],
            "run_at": "document_idle",
            "match_about_blank": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/enabled\/16.png",
            "48": "assets\/icons\/enabled\/48.png",
            "128": "assets\/icons\/enabled\/128.png"
        },
        "default_title": "Saima: Enabled (\ud83d\udc99 enjoy)"
    },
    "host_permissions": [
        "*:\/\/*.saima.ai\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/modules\/inject\/*.js",
                "assets\/**\/*.onnx",
                "assets\/**\/*.wasm",
                "assets\/**\/*.js",
                "assets\/**\/*.css",
                "assets\/**\/*.svg",
                "assets\/**\/*.png",
                "assets\/**\/*.jpg",
                "assets\/**\/*.woff",
                "assets\/**\/*.woff2"
            ],
            "matches": [
                "*:\/\/*.localhost\/*",
                "*:\/\/*.saima.ai\/*",
                "*:\/\/*.coursera.org\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.edx.org\/*",
                "*:\/\/*.loom.com\/*",
                "*:\/\/*.udemy.com\/*",
                "*:\/\/*.skillshare.com\/*",
                "*:\/\/*.uteach.io\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}