Youtube shorts blocker
Block annoying Youtube Shorts. Play shorts as it was simple video in default player
Youtube shorts blockerとは何ですか?
Youtube shorts blockerは🙅♂️Shorts ▶️によって開発されたChromeの拡張機能で、その主な機能は「Block annoying Youtube Shorts. Play shorts as it was simple video in default player」です。
拡張機能のスクリーンショット
Youtube shorts blocker拡張機能のCRXファイルをダウンロード
Youtube shorts blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Transform your YouTube experience with the powerful Hide YouTube Shorts browser extension, designed to seamlessly block and manage YouTube content. 🚀 With Hide YouTube Shorts, you have the ability to: • Remove YouTube Shorts visibility from Home, Trending, and Subscription feeds for a cleaner feed. 🧹 • YouTube Shorts blocker from appearing in Recommended, Search results, and Notifications, reducing unwanted distractions. 🚫 • Deactivate the Shorts tab and Shorts videos on Channel pages to maintain a focused viewing experience. 📺 • Block Lives and Premieres on Home and Subscription pages, tailoring your content to your preferences. 🚷 • Harness the flexibility of a custom block list, enabling you to selectively block content from specific channels. 📛 • Automatically convert Shorts videos into a regular format, ensuring a seamless transition within your browsing experience. 🔄 Explore the extensive features of Hide YouTube Shorts, offering customizable options that empower you to decide precisely when and where Shorts videos are displayed. ⚙️ This versatile extension isn't confined to desktop use; it seamlessly integrates with the mobile browser version of YouTube when utilized with Kiwi Browser or another compatible browser. Embrace full control over your YouTube content with the comprehensive capabilities of Hide YouTube Shorts! 🌐✨
拡張機能の基本情報
名前 | Youtube shorts blocker |
ID | iiohlajanokhbaimiclmahallbcifcdj |
公式URL | https://chromewebstore.google.com/detail/youtube-shorts-blocker/iiohlajanokhbaimiclmahallbcifcdj |
説明 | Block annoying Youtube Shorts. Play shorts as it was simple video in default player |
ファイルサイズ | 59.41 KB |
インストール数 | 60,000 |
現在のバージョン | 1.1.2 |
最終更新日 | 2024-01-23 |
公開日 | 2024-01-20 |
評価 | 4.88/5 合計 77 レビュー |
開発者 | 🙅♂️Shorts ▶️ |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,iw,fa,hi,bn,gu,te,kn-IN,th,am-ET,ar,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.1.2", "description": "__MSG_desc__", "default_locale": "en", "icons": { "32": "defaultIcons\/icon32.png", "64": "defaultIcons\/icon64.png", "128": "defaultIcons\/icon128.png" }, "action": { "default_icon": { "32": "defaultIcons\/icon32.png", "64": "defaultIcons\/icon64.png", "128": "defaultIcons\/icon128.png" }, "default_title": "Youtube-shorts block", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "declarativeNetRequest" ], "background": { "service_worker": "js\/serviceWorker.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "js\/main.js" ], "css": [ "css\/main.css" ] } ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ] } |