Shorts Blocker YouTube 2024
Block all shorts on YouTube 2024
Shorts Blocker YouTube 2024とは何ですか?
Shorts Blocker YouTube 2024はzakirullahkhan6269によって開発されたChromeの拡張機能で、その主な機能は「Block all shorts on YouTube 2024」です。
拡張機能のスクリーンショット
Shorts Blocker YouTube 2024拡張機能のCRXファイルをダウンロード
Shorts Blocker YouTube 2024拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download the Extension! (Follow all Steps to work properly) * Click on the Extension icon * Turn "ON" the Extension !! (1st Step) * Open YouTube (If not open) !! (2nd Step) * After Turn "ON/OFF" extension reload the page. * Enjoy Free Shorts YouTube In case any problem occur or not working properly Press (CTRL+R ) to reload the page. "The use of the YouTube(TM) name or trademark is for identification, reference or descriptive purposes only and does not imply any association with YouTube(TM) or their product brand".
拡張機能の基本情報
名前 | Shorts Blocker YouTube 2024 |
ID | enhhhdkalfimnhhliifcnphjnlgbdlgb |
公式URL | https://chromewebstore.google.com/detail/shorts-blocker-youtube-20/enhhhdkalfimnhhliifcnphjnlgbdlgb |
説明 | Block all shorts on YouTube 2024 |
ファイルサイズ | 6.41 MB |
インストール数 | 132 |
現在のバージョン | 1.4 |
最終更新日 | 2024-02-16 |
公開日 | 2023-08-10 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | zakirullahkhan6269 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shorts Blocker YouTube 2024", "short_name": "SBYT", "version": "1.4", "manifest_version": 3, "description": "Block all shorts on YouTube 2024", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "SBYT", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" } } |