YouTube™ Playlist Enhancer
Extra features for YouTube playlists.
YouTube™ Playlist Enhancer क्या है?
YouTube™ Playlist Enhancer Jordy Snijders द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extra features for YouTube playlists."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube™ Playlist Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
✓ Simple digit notation of a playlist's total duration. ✓ Human readable notation of a playlist's total duration. ✓ Projected time and date for when you will have finished watching an entire playlist. ✓ Support for playlists of unlimited size. Source code: https://github.com/jsnijders/youtube-playlist-enhancer
एक्सटेंशन की मूल जानकारी
नाम | |
ID | femnjomnioahiknopaimalbapbhdmnka |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-playlist-enhancer/femnjomnioahiknopaimalbapbhdmnka |
विवरण | Extra features for YouTube playlists. |
फ़ाइल का आकार | 30.67 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.7.2 |
अंतिम अपडेट | 2016-01-14 |
प्रकाशन तिथि | 2016-01-14 |
रेटिंग | 3.52/5 कुल 21 रेटिंग्स |
डेवलपर | Jordy Snijders |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Playlist Enhancer", "short_name": "YouTube PLE", "description": "Extra features for YouTube playlists.", "version": "1.7.2", "author": "Jordy Snijders", "homepage_url": "https:\/\/github.com\/jsnijders\/youtube-playlist-enhancer", "permissions": [ "storage", "*:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "youtube-playlist-enhancer.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2 } |