NZB Geek Preview
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
NZB Geek Preview क्या है?
NZB Geek Preview travis134 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NZB Geek Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | peomplnjhjnkcnjejmdhhlfmoaokikig |
आधिकारिक URL | https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig |
विवरण | This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views. |
फ़ाइल का आकार | 8.34 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2014-02-18 |
प्रकाशन तिथि | 2014-02-18 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | travis134 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NZB Geek Preview", "description": "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.", "version": "1.4", "content_scripts": [ { "matches": [ "https:\/\/01100111011001010110010101101011.info\/music*", "https:\/\/01100111011001010110010101101011.info\/movies*", "https:\/\/01100111011001010110010101101011.info\/console*" ], "js": [ "nzb_geek_preview.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "activeTab", "https:\/\/www.youtube.com\/" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" } } |