Shorts Blocker YouTube 2024
Block all shorts on YouTube 2024
Was ist Shorts Blocker YouTube 2024?
Shorts Blocker YouTube 2024 ist eine Chrome-Erweiterung, die von zakirullahkhan6269 entwickelt wurde, und ihr Hauptmerkmal ist "Block all shorts on YouTube 2024".
Erweiterungsscreenshots
Shorts Blocker YouTube 2024-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shorts Blocker YouTube 2024-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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".
Grundlegende Informationen zur Erweiterung
Name | Shorts Blocker YouTube 2024 |
ID | enhhhdkalfimnhhliifcnphjnlgbdlgb |
Offizielle URL | https://chromewebstore.google.com/detail/shorts-blocker-youtube-20/enhhhdkalfimnhhliifcnphjnlgbdlgb |
Beschreibung | Block all shorts on YouTube 2024 |
Dateigröße | 6.41 MB |
Installationsanzahl | 132 |
Aktuelle Version | 1.4 |
Letztes Update | 2024-02-16 |
Veröffentlichungsdatum | 2023-08-10 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | zakirullahkhan6269 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |