Recommendation Tweaker for YouTube
Take the trash out! Get rid of the garbage recommendations with this highly customizable extension!
Recommendation Tweaker for YouTubeとは何ですか?
Recommendation Tweaker for YouTubeはhttps://benedani.xyzによって開発されたChromeの拡張機能で、その主な機能は「Take the trash out! Get rid of the garbage recommendations with this highly customizable extension!」です。
拡張機能のスクリーンショット
Recommendation Tweaker for YouTube拡張機能のCRXファイルをダウンロード
Recommendation Tweaker for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An open source, purely client-side browser extension that gives you control over YouTube's feed! Get rid of videos you've already seen, useless mixes and everything else you don't like! v2.1 notes: Fixed a bug where an invisible "video" that didn't even exist would cause the extension to error internally. It makes perfect sense, don't question it.
拡張機能の基本情報
名前 | Recommendation Tweaker for YouTube |
ID | jmcdldlbcgjfppbblagddgjbnjajmgec |
公式URL | https://chromewebstore.google.com/detail/recommendation-tweaker-fo/jmcdldlbcgjfppbblagddgjbnjajmgec |
説明 | Take the trash out! Get rid of the garbage recommendations with this highly customizable extension! |
ファイルサイズ | 80.81 KB |
インストール数 | 269 |
現在のバージョン | 2.1 |
最終更新日 | 2023-09-26 |
公開日 | 2021-04-30 |
評価 | 3.33/5 合計 9 レビュー |
開発者 | https://benedani.xyz |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://discord.gg/Zf2k7KK |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recommendation Tweaker for YouTube", "version": "2.1", "description": "Take the trash out! Get rid of the garbage recommendations with this highly customizable extension!", "author": "Benedani - https:\/\/benedani.xyz\/", "permissions": [ "storage" ], "icons": { "32": "icons\/32.png", "64": "icons\/64.png", "96": "icons\/96.png", "192": "icons\/192.png", "384": "icons\/384.png" }, "browser_action": { "default_icon": { "32": "icons\/32.png", "64": "icons\/64.png", "96": "icons\/96.png", "192": "icons\/192.png", "384": "icons\/384.png" }, "default_title": "Recommendation Tweaker for YouTube", "default_popup": "settings\/a.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "runtweak.js" ] } ], "background": { "scripts": [ "storage.js" ] } } |