No YouTube Shorts
Hides YouTube Shorts and redirects you to the home page if you open a shorts video
No YouTube Shorts क्या है?
No YouTube Shorts Diefenbaker Bell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides YouTube Shorts and redirects you to the home page if you open a shorts video"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No YouTube Shorts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This will hide the navigation button to Shorts, hide the video thumbnails for any Shorts, and redirect you to a page of your choice if you accidentally end up on a Shorts video. Each of these can be individually disabled by clicking the No YouTube Shorts extension icon in the top-right of Google Chrome, and there is also a button to disable the extension for one hour. Feature requests: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Aenhancement Bug reports: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Abug
एक्सटेंशन की मूल जानकारी
नाम | No YouTube Shorts |
ID | cankncniogidmgifjpmaooockgomfmmn |
आधिकारिक URL | https://chromewebstore.google.com/detail/no-youtube-shorts/cankncniogidmgifjpmaooockgomfmmn |
विवरण | Hides YouTube Shorts and redirects you to the home page if you open a shorts video |
फ़ाइल का आकार | 1.77 MB |
स्थापना संख्या | 363 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2022-04-08 |
प्रकाशन तिथि | 2022-04-07 |
रेटिंग | 2.71/5 कुल 7 रेटिंग्स |
डेवलपर | Diefenbaker Bell |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/DiefBell/No-Youtube-Shorts-Extension/tree/main |
सहायता पृष्ठ URL | https://github.com/DiefBell/No-Youtube-Shorts-Extension/issues |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No YouTube Shorts", "description": "Hides YouTube Shorts and redirects you to the home page if you open a shorts video", "version": "1.0.0", "icons": { "16": "\/icon\/no-yt-shorts-16.png", "32": "\/icon\/no-yt-shorts-32.png", "48": "\/icon\/no-yt-shorts-48.png", "128": "\/icon\/no-yt-shorts-128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "action": { "default_title": "YT No Shorts", "default_popup": "popup.html", "default_icon": { "16": "\/icon\/no-yt-shorts-16.png", "32": "\/icon\/no-yt-shorts-32.png", "48": "\/icon\/no-yt-shorts-48.png", "128": "\/icon\/no-yt-shorts-128.png" } } } |