Redirect Youtube Video to Embed Page
Automatically redirects video pages to their embed equivalent.
Redirect Youtube Video to Embed Page क्या है?
Redirect Youtube Video to Embed Page rhnvrm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically redirects video pages to their embed equivalent."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Redirect Youtube Video to Embed Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically redirects video pages to their embed equivalent. This extension redirects youtube video pages to their respective embed link. It can be used to minimize distractions. Also you can watch youtube videos in the background in firefox mobile without having to manually open the page.
एक्सटेंशन की मूल जानकारी
नाम | Redirect Youtube Video to Embed Page |
ID | hgfpekconaphbedblngiilgojgjhodpp |
आधिकारिक URL | https://chromewebstore.google.com/detail/redirect-youtube-video-to/hgfpekconaphbedblngiilgojgjhodpp |
विवरण | Automatically redirects video pages to their embed equivalent. |
फ़ाइल का आकार | 20.57 KB |
स्थापना संख्या | 111 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2023-01-18 |
प्रकाशन तिथि | 2019-11-19 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | rhnvrm |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.0", "name": "Redirect Youtube Video to Embed Page", "description": "Automatically redirects video pages to their embed equivalent.", "short_name": "yt2embed", "author": "Rohan Verma", "homepage_url": "https:\/\/github.com\/rhnvrm\/yt2embed", "icons": { "48": "assets\/icon_48.png", "256": "assets\/icon_256.png" }, "host_permissions": [ "*:\/\/youtube.com\/watch*", "*:\/\/www.youtube.com\/watch*", "*:\/\/youtube.com\/shorts*", "*:\/\/www.youtube.com\/shorts*" ], "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "yt2embed_rules", "name": "yt2embed_rules", "enabled": true, "path": "rules.json" } ] } } |