Subtitle Hider
A simple addon that can hide hard subtitle
Subtitle Hiderとは何ですか?
Subtitle HiderはKamiGimによって開発されたChromeの拡張機能で、その主な機能は「A simple addon that can hide hard subtitle」です。
拡張機能のスクリーンショット
Subtitle Hider拡張機能のCRXファイルをダウンロード
Subtitle Hider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple addon that can hide hard subtitle
拡張機能の基本情報
名前 | |
ID | efcmkinkhmekabcnfnfepglblgbkifeg |
公式URL | https://chrome.google.com/webstore/detail/subtitle-hider/efcmkinkhmekabcnfnfepglblgbkifeg |
説明 | A simple addon that can hide hard subtitle |
ファイルサイズ | 136 KB |
インストール数 | 117 |
現在のバージョン | 0.1 |
最終更新日 | 2020-09-24 |
公開日 | 2020-09-24 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | KamiGim |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/KamiGim/subtitle-hider |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Subtitle Hider", "version": "0.1", "description": "A simple addon that can hide hard subtitle", "permissions": [ "*:\/\/*\/*" ], "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "64": "icon\/icon64.png" }, "browser_action": { "default_icon": "icon\/icon.png", "default_title": "Toggle subtitle hider" }, "background": { "scripts": [ "bg\/background.js" ] }, "content_scripts": [ { "matches": [ " |