Fern for YouTube
Moves comments to be next to the video on YouTube!
Fern for YouTube क्या है?
Fern for YouTube Ahsan Z. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Moves comments to be next to the video on YouTube!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fern for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever wanted to read YouTube comments and watch the video at the same time without having to scroll down? Well, this extension helps you do just that! Fern for YouTube will move comments up and place them right next to the video! If you want to move the comments back down to their original position, you can simply toggle the "disable" button on the extension pane! Enjoy a better, frustration-free YouTube comments experience with Fern For YouTube! Note: This product is not affiliated with YouTube or Google in any way.
एक्सटेंशन की मूल जानकारी
नाम | Fern for YouTube |
ID | ppgbpdpeihnmhiidcakkjpigfpeajjmk |
आधिकारिक URL | https://chromewebstore.google.com/detail/fern-for-youtube/ppgbpdpeihnmhiidcakkjpigfpeajjmk |
विवरण | Moves comments to be next to the video on YouTube! |
फ़ाइल का आकार | 37.57 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-05-12 |
प्रकाशन तिथि | 2022-05-12 |
डेवलपर | Ahsan Z. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://fern234234.s3.us-east-2.amazonaws.com/PrivacyPolicy.pdf |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fern for YouTube", "description": "Moves comments to be next to the video on YouTube!", "version": "1.0", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "youtube_style.css" ], "js": [ "youtube.js" ], "run_at": "document_idle" } ] } |