YouTrends
Google Chrome extension for YouTube video discovery
YouTrends क्या है?
YouTrends Jeremy and Audrey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Chrome extension for YouTube video discovery"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTrends एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Bored? Want to check up on what's trending this week on YouTube without searching through the site? YouTrends is a simple extension that leads you to a random trending video from YouTube with an easy click of the button. You can also specify the category or subject you want. You will be led to a random currently popular video in that category. Just a simple extension to pass time and enjoy YouTube a different way! *Made in under 24 hours in the 2016 Yale University Hackathon*
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fjophlgnmggbpbjmjclcdcgaoifnfnog |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtrends/fjophlgnmggbpbjmjclcdcgaoifnfnog |
विवरण | Google Chrome extension for YouTube video discovery |
फ़ाइल का आकार | 201 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2016-11-20 |
प्रकाशन तिथि | 2016-11-20 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Jeremy and Audrey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTrends", "version": "1.0.3", "description": "Google Chrome extension for YouTube video discovery", "browser_action": { "default_popup": "src\/popup.html", "default_title": "YouTrends" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/*.yahooapis.com\/*", "https:\/\/*.yahooapis.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/youtube.com\/*" ], "css": [ "src\/style.css" ], "js": [ "src\/jquery-3.1.1.js", "src\/popup.js" ] } ] } |