youfilter
Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
youfilterとは何ですか?
youfilterはhttps://tincher.deによって開発されたChromeの拡張機能で、その主な機能は「Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.」です。
拡張機能のスクリーンショット
youfilter拡張機能のCRXファイルをダウンロード
youfilter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can subscribe or unsubscribe just to specific formats of specific channels. Just use the format name as a black- or whitelist item and it will be blocked from your subscriptions. Your settings will be synced with your google account and you can always see and change them in the dashboard.
拡張機能の基本情報
名前 | |
ID | ebiloedhohfcjdnhjedhiiaenimijicm |
公式URL | https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm |
説明 | Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist. |
ファイルサイズ | 4.44 MB |
インストール数 | 10 |
現在のバージョン | 1.5 |
最終更新日 | 2019-11-30 |
公開日 | 2019-11-30 |
開発者 | https://tincher.de |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ ".\/plinfa.js" ], "run_at": "document_end", "all_frames": true } ], "description": "Enables you to filter your youtube subscriptions by using a blacklist and \/ or a whitelist.", "homepage_url": "http:\/\/tincher.de", "icons": { "48": "icons\/baseline_label_black_48dp.png" }, "manifest_version": 2, "name": "youfilter", "options_ui": { "page": ".\/options\/options.html" }, "page_action": { "browser_style": true, "default_icon": "icons\/baseline_label_black_48dp.png", "default_popup": ".\/popup\/popup.html", "default_title": "Plinfa" }, "permissions": [ "contextMenus", "storage", "webRequest", "*:\/\/*.youtube.com\/*" ], "version": "1.5" } |