BTS Eng Sub Finder
Base Level Extension
BTS Eng Sub Finderとは何ですか?
BTS Eng Sub FinderはResResによって開発されたChromeの拡張機能で、その主な機能は「Base Level Extension」です。
拡張機能のスクリーンショット
BTS Eng Sub Finder拡張機能のCRXファイルをダウンロード
BTS Eng Sub Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fed up on checking to see if the BTS video you're watching has Eng Subs? Or trying to find a fan subbed equivalent? This extension will automatically turn on Eng Subs if the BANGTANTV or BigHitLabels video has them, and if it doesn't, the extension will open the correct Bangtan Subs video.
拡張機能の基本情報
名前 | BTS Eng Sub Finder |
ID | odhonopbhndpieabkjcgojjlkaecliad |
公式URL | https://chrome.google.com/webstore/detail/bts-eng-sub-finder/odhonopbhndpieabkjcgojjlkaecliad |
説明 | Base Level Extension |
ファイルサイズ | 98.72 KB |
インストール数 | 170 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2020-12-10 |
公開日 | 2020-12-10 |
開発者 | ResRes |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BTS Eng Sub Finder", "description": "Base Level Extension", "version": "0.0.0.3", "permissions": [ "activeTab", "tabs" ], "manifest_version": 2, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "js": [ "onYouTube.js", "jquery-3.5.1.js" ] }, { "matches": [ "https:\/\/*.youtube.com\/c\/BangtanSubs\/search*", "http:\/\/*.youtube.com\/c\/BangtanSubs\/search*" ], "js": [ "subbedVidPage.js", "jquery-3.5.1.js" ] } ], "browser_action": { "default_icon": "hello_extensions copy.png", "default_popup": "hello.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |