Youtube popup blocker
People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
Youtube popup blockerとは何ですか?
Youtube popup blockerはDev Fasilによって開発されたChromeの拡張機能で、その主な機能は「People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…」です。
拡張機能のスクリーンショット
Youtube popup blocker拡張機能のCRXファイルをダウンロード
Youtube popup blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen that can't be turned off. This extention removes those unwanted popups. It can be easily turned off again by clicking on the extention button in the top right.
拡張機能の基本情報
名前 | Youtube popup blocker |
ID | calcepdepicecadfaibokdeheekbihkc |
公式URL | https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc |
説明 | People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen… |
ファイルサイズ | 6.86 KB |
インストール数 | 1,403 |
現在のバージョン | 2.0 |
最終更新日 | 2020-09-09 |
公開日 | 2020-08-31 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | Dev Fasil |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube popup blocker", "manifest_version": 2, "version": "2.0", "permissions": [ "https:\/\/www.youtube.com\/*", "tabs", "storage" ], "icons": { "16": "rb_active_16.png", "128": "fyt_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [] } |