FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
FiniteScroller for YouTube क्या है?
FiniteScroller for YouTube Josh Thomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FiniteScroller for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple, lightweight Chrome extension that removes the infinite scrolling of the Youtube homepage, and replaces it with the former page system (rather than infinite content loading, you have to click "next"). I built this as I waste a lot of time scrolling down through the Youtube homepage - reverting back to pages ensures that I waste a lot less time each day. If you have any issues, reach out to me at: [email protected] Cheers! Josh
एक्सटेंशन की मूल जानकारी
नाम | FiniteScroller for YouTube |
ID | kegkkfafbnhjegacodknmiinnhfbelmp |
आधिकारिक URL | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
विवरण | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
फ़ाइल का आकार | 7.17 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 1.3.10 |
अंतिम अपडेट | 2021-09-15 |
प्रकाशन तिथि | 2021-09-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Josh Thomas |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FiniteScroller for YouTube", "version": "1.3.10", "description": "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.youtube.com\/" ] } ] } |