YouTube Endcard Controller
Hide or show endcards on YouTube
YouTube Endcard Controllerとは何ですか?
YouTube Endcard Controllerはschmidlidevによって開発されたChromeの拡張機能で、その主な機能は「Hide or show endcards on YouTube」です。
拡張機能のスクリーンショット
YouTube Endcard Controller拡張機能のCRXファイルをダウンロード
YouTube Endcard Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features * Toggle between showing and hiding intrusive YouTube Endcards. * Control is integrated seamlessly into the YouTube video player settings. * No annoying badge icon on your browser like other extensions. * Current selection is remembered across sessions and even across devices.
拡張機能の基本情報
名前 | YouTube Endcard Controller |
ID | dhcmfnihepmjalbfgelbfoecmmjjbinh |
公式URL | https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh |
説明 | Hide or show endcards on YouTube |
ファイルサイズ | 4.73 KB |
インストール数 | 523 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-12-06 |
公開日 | 2020-12-02 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | schmidlidev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Endcard Controller", "version": "1.0.0", "description": "Hide or show endcards on YouTube", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon128.png" } } |