Youtube Skip Sign-in
If you don't want to see pop-ups asking to sign-in on Youtube, this tiny app is for you.
Youtube Skip Sign-inとは何ですか?
Youtube Skip Sign-inはDaniel Kladnikによって開発されたChromeの拡張機能で、その主な機能は「If you don't want to see pop-ups asking to sign-in on Youtube, this tiny app is for you.」です。
拡張機能のスクリーンショット
Youtube Skip Sign-in拡張機能のCRXファイルをダウンロード
Youtube Skip Sign-in拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension hides automatic sign-in pop-ups on Youtube.
拡張機能の基本情報
名前 | Youtube Skip Sign-in |
ID | febbpoacmmneppioahpfegkoafiicdmm |
公式URL | https://chromewebstore.google.com/detail/youtube-skip-sign-in/febbpoacmmneppioahpfegkoafiicdmm |
説明 | If you don't want to see pop-ups asking to sign-in on Youtube, this tiny app is for you. |
ファイルサイズ | 8.74 KB |
インストール数 | 853 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-12-12 |
公開日 | 2020-12-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Daniel Kladnik |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Skip Sign-in", "description": "If you don't want to see pop-ups asking to sign-in on Youtube, this tiny app is for you.", "version": "1.0.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "data\/youtube.css" ], "js": [ "data\/youtube.js" ] } ] } |