Disable YouTube Shorts ON OFF
Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
What is Disable YouTube Shorts ON OFF?
Disable YouTube Shorts ON OFF is a Chrome extension developed by Youtube Short ON OFF, and its main feature is "Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos".
Extension Screenshots
Download Disable YouTube Shorts ON OFF Extension CRX File
Download Disable YouTube Shorts ON OFF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
YouTube Shorts ON OFF
Removes all Shorts from YouTube
The YouTube shorts video should be played just like any other video.
Playing YouTube Shorts videos on a standard Video is possible using an extension.
YouTube Shorts ON OFF YouTube Shorts to Standard Videos
YouTube Shorts ON OFF is now enabled by default Extension Basic Information
| Name | |
| ID | pkiligjbdajidpjlikchpofgfjhgecdp |
| Official URL | https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp |
| Description | Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos |
| File Size | 66.11 KB |
| Installation Count | 42 |
| Current Version | 3.0.2 |
| Last Updated | 2024-01-10 |
| Publish Date | 2023-11-21 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | Youtube Short ON OFF |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "3.0.2",
"default_locale": "en_US",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon-128.png"
},
"action": {
"default_icon": "icon-128.png",
"default_title": "Disable YouTube Shorts ON OFF"
},
"commands": {
"_execute_action": {
"description": "Switch to normal video URL",
"suggested_key": {
"default": "Alt+V"
}
}
},
"host_permissions": [
"*:\/\/youtube.com\/*",
"*:\/\/www.youtube.com\/*"
],
"permissions": [
"tabs",
"storage"
],
"short_name": "Youtube Shorts"
} | |