OK.ru Downloader (IDL Helper)

Download music and videos from OK.ru and Instagram in MP3, MP4, WEBM. Screenshot button for online video players.

Co je OK.ru Downloader (IDL Helper)?

OK.ru Downloader (IDL Helper) je rozšíření Chrome vyvinuté idlhelper4, a jeho hlavní funkcí je „Download music and videos from OK.ru and Instagram in MP3, MP4, WEBM. Screenshot button for online video players.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření OK.ru Downloader (IDL Helper)

Stáhněte si soubory rozšíření OK.ru Downloader (IDL Helper) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        OK.ru Downloader is a powerful Odnoklassniki downloader. In most cases, you can download MP3 or MP4 file with one click, otherwise, please, follow the link to Instaloader website and use IDL Client software (Windows only). The extension also supports downloading from Instagram.
 
You are able to extract music, thus IDL Helper is a powerful online video to MP3 converter: Instagram to MP3 converter, Odnoklassniki to MP3 converter. 
 
The extension can be used to take screenshots from online videos: it adds a screenshot button to the player.
 
Most extension features are universal for any service, but some features are service-specific. See details on IDL Helper’s page. Odnoklassniki features are listed below.
 
Download video:
– in MP4 format with sound (*);
– with normal and high frame rates (e.g. 60 fps);
– in resolutions: 360p, 720p [HD], 1080p [Full HD], 1440p 2K [Ultra HD], 2160p 4K [Ultra HD], 4320p 8K [Ultra HD].
 
Download audio (from video):
– in MP4 and MP3 (**) formats;
– at the highest possible bitrate.
 
Important: the list of available download options depends on characteristics of the original video! E.g. initially posted 360p @30 fps video without sound cannot be downloaded in Full HD @60 fps with sound.
 
Other features of the browser extension:
– downloaded files have readable (human-friendly) names;
– you can choose the button style: modern interface (appears on mouse over) and classic interface (appears on click);
– "embedded" videos loading support, i.e. Odnoklassniki videos hosted on third-party sites;
– screenshot button, i.e. you can save frames while watching videos;
– thoughtful help section with answers to frequently asked questions;
– several really useful settings :)
 
(*) In some cases, Odnoklassniki stores streams separately, therefore, to download video with sound they must be “glued” (muxing):
– for small streams (up to 2 GB in total) the extension itself merges audio and video files, i.e. “on-the-fly” right in the browser;
– for larger streams it is proposed to use IDL Client utility to avoid “freezing” of the browser tab.
 
(**) Odnoklassniki doesn't support MP3 format. So, to grab MP3 sound from videos, the extension uses built-in audio converter for files up to 2 GB or suggests using IDL Client software otherwize.                    

Základní Informace o Rozšíření

Název OK.ru Downloader (IDL Helper) OK.ru Downloader (IDL Helper)
ID hjppjkabmcjcmfoanoclkkjlcelepaeo
Oficiální URL https://chromewebstore.google.com/detail/okru-downloader-idl-helpe/hjppjkabmcjcmfoanoclkkjlcelepaeo
Popis Download music and videos from OK.ru and Instagram in MP3, MP4, WEBM. Screenshot button for online video players.
Velikost souboru 8.95 MB
Počet instalací 68,470
Aktuální Verze 0.7.64.16
Poslední Aktualizace 2024-02-21
Datum Vydání 2021-12-27
Hodnocení 4.42/5 Celkem 269 Hodnocení
Vývojář idlhelper4
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://instaloader.net/
URL Stránky Nápovědy https://instaloader.net/idl-helper/ok
Podporované Jazyky id,de,en,fr,nl,vi,tr,es,it,pl,pt-BR,ro,sv,bg,ru,uk,hi,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_Abbr__",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.7.64.16",
    "default_locale": "en",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "background": {
        "service_worker": "background_script.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/inject-scripts\/*",
                "\/ffmpeg-core.wasm"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}