YouTube Dismiss
Quickly mark a YouTube video as not interested.
YouTube Dismissとは何ですか?
YouTube Dismissはlngchnによって開発されたChromeの拡張機能で、その主な機能は「Quickly mark a YouTube video as not interested.」です。
拡張機能のスクリーンショット
YouTube Dismiss拡張機能のCRXファイルをダウンロード
YouTube Dismiss拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you hate seeing the same recommended videos on YouTube? Do you wish you could quickly dismiss them? Then this extension is for you. Now with "Don't recommend channel" option.
拡張機能の基本情報
名前 | YouTube Dismiss |
ID | nmaokkkjjkadbikeahbkeafkakgpniin |
公式URL | https://chromewebstore.google.com/detail/youtube-dismiss/nmaokkkjjkadbikeahbkeafkakgpniin |
説明 | Quickly mark a YouTube video as not interested. |
ファイルサイズ | 13.62 KB |
インストール数 | 13 |
現在のバージョン | 1.1.1 |
最終更新日 | 2021-09-01 |
公開日 | 2020-02-17 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | lngchn |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Dismiss", "version": "1.1.1", "description": "Quickly mark a YouTube video as not interested.", "author": "https:\/\/github.com\/lngchn", "icons": { "16": "images\/dismiss-16.png", "32": "images\/dismiss-32.png", "48": "images\/dismiss-48.png", "128": "images\/dismiss-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content_scripts.js" ] } ], "web_accessible_resources": [ "images\/*", "script\/*" ] } |