Thumbs-preview for Youtube™
Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
Thumbs-preview for Youtube™ क्या है?
Thumbs-preview for Youtube™ https://sebnilsson.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Thumbs-preview for Youtube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Thumbs-preview for Youtube™ |
ID | fmgdbmahogeafeboejeaihgenfhncdia |
आधिकारिक URL | https://chromewebstore.google.com/detail/thumbs-preview-for-youtub/fmgdbmahogeafeboejeaihgenfhncdia |
विवरण | Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com. |
फ़ाइल का आकार | 40.47 KB |
स्थापना संख्या | 112 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2016-01-25 |
प्रकाशन तिथि | 2016-01-20 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://sebnilsson.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Thumbs-preview for Youtube\u2122", "description": "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.", "version": "0.2.1", "author": "Seb Nilsson", "homepage_url": "http:\/\/sebnilsson.com", "permissions": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery-2.2.0.min.js", "content.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |