Open In IINA
Open videos and audios in IINA.
What is Open In IINA?
Open In IINA is a Chrome extension developed by lhc70000, and its main feature is "Open videos and audios in IINA.".
Extension Screenshots
Download Open In IINA Extension CRX File
Download Open In IINA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This add-on only supports IINA 1.0.0 beta 4 or later versions. In 2.0.1, we fixed the following issue: - IINA not working in Chrome Extension right click menu (#2501) by @lusuee. In 2.0.0, we have added: - "Open link/video/audio in IINA" in the context menu when you right-clicked corresponding content. - A bunch of new features for the IINA icon. When clicked, it could: * Open media in this page directly, and optionally enter PIP or full screen * Show a menu and let you choose the action, such as adding to playlist or open in a new IINA window. You can customize the IINA icon behavior by right-clicking the icon and choose "Options". You can find the source code at https://github.com/lhc70000/iina.
Extension Basic Information
Name | Open In IINA |
ID | pdnojahnhpgmdhjdhgphgdcecehkbhfo |
Official URL | https://chromewebstore.google.com/detail/open-in-iina/pdnojahnhpgmdhjdhgphgdcecehkbhfo |
Description | Open videos and audios in IINA. |
File Size | 131 KB |
Installation Count | 42,176 |
Current Version | 2.0.1 |
Last Updated | 2023-04-29 |
Publish Date | 2018-12-01 |
Rating | 4.30/5 Total 54 Ratings |
Developer | lhc70000 |
[email protected] | |
Payment Type | free |
Extension Website | https://iina.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Open In IINA", "description": "Open videos and audios in IINA.", "version": "2.0.1", "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icon.png", "default_title": "Open In IINA" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage", "scripting" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |