EveryTube
Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com.
EveryTube क्या है?
EveryTube www.odwyer.software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EveryTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to keep up to date with creators who don't have a YouTube account right from your YouTube subscriptions page. Everything in one place 👍 How to use: 1. Visit the other video sites (Bitchute or Odysee) and login to them using your web browser as normal. 2. Visit your YouTube Subscriptions page (https://www.youtube.com/feed/subscriptions) 3. You should now see content from all video sites listed on that page. Common Issues: 1. If for some reason you don't see the content on the YouTube page, but you are logged in to the other video sites, wait 5 minutes and try again (EveryTube takes that long to update sometimes). FAQs: Q: Does EveryTube access my login username or password in any way? A: No.
एक्सटेंशन की मूल जानकारी
नाम | EveryTube |
ID | emegoeklfbjgngcomlbmdjcmbaeilhhd |
आधिकारिक URL | https://chromewebstore.google.com/detail/everytube/emegoeklfbjgngcomlbmdjcmbaeilhhd |
विवरण | Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com. |
फ़ाइल का आकार | 1.06 MB |
स्थापना संख्या | 183 |
वर्तमान संस्करण | 0.2.6 |
अंतिम अपडेट | 2022-09-12 |
प्रकाशन तिथि | 2020-09-09 |
रेटिंग | 4.00/5 कुल 8 रेटिंग्स |
डेवलपर | www.odwyer.software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/project-49476/EveryTube |
सहायता पृष्ठ URL | https://github.com/project-49476/EveryTube |
गोपनीयता नीति पृष्ठ URL | https://github.com/project-49476/EveryTube/wiki/Privacy-Policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EveryTube", "description": "Populates your YouTube Subscriptions page with content from other video platforms. Currently supports Bitchute and Odysee.com.", "version": "0.2.6", "icons": { "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "style.css" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "permissions": [ "cookies", "unlimitedStorage", "history", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.odysee.com\/*", "https:\/\/odysee.com\/*", "https:\/\/www.bitchute.com\/", "https:\/\/lbry.tv\/", "https:\/\/lbry.tv\/$\/following", "https:\/\/api.lbry.tv\/*", "https:\/\/api.lbry.com\/*" ], "manifest_version": 3 } |