SepaList
YouTubeの新着動画一覧をフィルタリングするやつ
What is SepaList?
SepaList is a Chrome extension developed by https://null.style, and its main feature is "YouTubeの新着動画一覧をフィルタリングするやつ".
Extension Screenshots
Download SepaList Extension CRX File
Download SepaList 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
◆どんな機能? YouTubeの「登録チャンネル」にある動画一覧を「動画のみ」「ライブのみ」などの条件でフィルタリングできるようになります。 大量にチャンネル登録していて動画を見つけるのが困難な人向け。 ◆使い方 登録チャンネルページ上部に表示されるボタンをクリックしてフィルタリングします。 ボタンが表示されない時は画面を更新してみてください。 ◆注意事項 ※日本語、英語(US)でのみ動作します。 ◆他の機能 YouTube用の自作拡張まとめ https://null.style/app ◆不具合を見つけたら 作者Twitter(@nulltypo)までご連絡お願いします。レビューには回答できません。 ◆免責事項 このChrome拡張によりいかなる損失や損害などが発生しても責任を負いかねます。ご了承ください。
Extension Basic Information
Name | SepaList |
ID | fmbeodbpnoiagcilgaacpoenjncghian |
Official URL | https://chromewebstore.google.com/detail/sepalist/fmbeodbpnoiagcilgaacpoenjncghian |
Description | YouTubeの新着動画一覧をフィルタリングするやつ |
File Size | 42.21 KB |
Installation Count | 5,048 |
Current Version | 1.4.6 |
Last Updated | 2023-08-25 |
Publish Date | 2019-06-28 |
Rating | 4.94/5 Total 17 Ratings |
Developer | https://null.style |
[email protected] | |
Payment Type | free |
Extension Website | https://null.style |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SepaList", "version": "1.4.6", "author": "@nulltypo", "manifest_version": 3, "description": "YouTube\u306e\u65b0\u7740\u52d5\u753b\u4e00\u89a7\u3092\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0\u3059\u308b\u3084\u3064", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "sl.js" ], "css": [ "style.css" ] } ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ] } |