Open In IINA
Open videos and audios in IINA.
Open In IINA क्या है?
Open In IINA lhc70000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open videos and audios in IINA."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open In IINA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Open In IINA |
ID | pdnojahnhpgmdhjdhgphgdcecehkbhfo |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-in-iina/pdnojahnhpgmdhjdhgphgdcecehkbhfo |
विवरण | Open videos and audios in IINA. |
फ़ाइल का आकार | 131 KB |
स्थापना संख्या | 42,176 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2023-04-29 |
प्रकाशन तिथि | 2018-12-01 |
रेटिंग | 4.30/5 कुल 54 रेटिंग्स |
डेवलपर | lhc70000 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://iina.io |
समर्थित भाषाएँ | 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" } } |