RYS — Remove YouTube Suggestions
Spend less time on YouTube. Customize YouTube's user interface to be less engaging.
RYS — Remove YouTube Suggestionsとは何ですか?
RYS — Remove YouTube Suggestionsはhttps://lawrencehook.comによって開発されたChromeの拡張機能で、その主な機能は「Spend less time on YouTube. Customize YouTube's user interface to be less engaging.」です。
拡張機能のスクリーンショット
RYS — Remove YouTube Suggestions拡張機能のCRXファイルをダウンロード
RYS — Remove YouTube Suggestions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide recommended videos on YouTube and customize the user interface. 65+ options.
Completely free and open-source.
No need to sign up or log in.
Lightweight and fast.
Regularly updated.
Schedule specific times for the extension to be active.
Privacy-focused. Does not share data and respects users' privacy.
Support
Leave a Review!
Links
Source: https://github.com/lawrencehook/remove-youtube-suggestions
Features: https://lawrencehook.com/rys/features/ 拡張機能の基本情報
| 名前 | |
| ID | cdhdichomdnlaadbndgmagohccgpejae |
| 公式URL | https://chromewebstore.google.com/detail/rys-%E2%80%94-remove-youtube-sugg/cdhdichomdnlaadbndgmagohccgpejae |
| 説明 | Spend less time on YouTube. Customize YouTube's user interface to be less engaging. |
| ファイルサイズ | 323 KB |
| インストール数 | 8,623 |
| 現在のバージョン | 4.3.53 |
| 最終更新日 | 2024-03-04 |
| 公開日 | 2020-09-21 |
| 評価 | 4.93/5 合計 57 レビュー |
| 開発者 | https://lawrencehook.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/lawrencehook/remove-youtube-suggestions |
| ヘルプページのURL | https://docs.google.com/forms/d/1AzQQxTWgG6M5N87jinvXKQkGS6Mehzg19XV4mjteTK0 |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RYS \u2014 Remove YouTube Suggestions",
"description": "Spend less time on YouTube. Customize YouTube's user interface to be less engaging.",
"homepage_url": "https:\/\/github.com\/lawrencehook\/remove-youtube-suggestions",
"manifest_version": 2,
"version": "4.3.53",
"icons": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"64": "\/images\/64.png",
"128": "\/images\/128.png"
},
"background": {
"scripts": [
"\/shared\/main.js",
"\/shared\/https.js",
"\/background\/events.js",
"\/background\/main.js"
],
"persistent": true
},
"content_scripts": [
{
"js": [
"\/shared\/main.js",
"\/shared\/https.js",
"\/shared\/utils.js",
"\/content-script\/main.js"
],
"css": [
"\/content-script\/main.css"
],
"all_frames": true,
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_popup": "\/options\/main.html",
"default_title": "Remove Youtube Suggestions",
"default_icon": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"64": "\/images\/64.png",
"128": "\/images\/128.png"
}
},
"options_ui": {
"page": "\/options\/main.html",
"open_in_tab": true
},
"permissions": [
"storage",
"*:\/\/*.youtube.com\/*"
]
} | |