Latest NBC News Videos
See the latest and most popular news.
Latest NBC News Videos क्या है?
Latest NBC News Videos http://www.supernewsworld.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the latest and most popular news."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Latest NBC News Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
See the latest and most popular NBC News Videos. View the Latest NBC News Videos Daily. Free-to-watch videos daily in just 1-Click.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jeecldlenpcaimfhglgbpikekaohmmkb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/latest-nbc-news-videos/jeecldlenpcaimfhglgbpikekaohmmkb |
विवरण | See the latest and most popular news. |
फ़ाइल का आकार | 174 KB |
स्थापना संख्या | 368 |
वर्तमान संस्करण | 1.1.8 |
अंतिम अपडेट | 2018-09-15 |
प्रकाशन तिथि | 2018-09-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://www.supernewsworld.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latest NBC News Videos", "version": "1.1.8", "description": "See the latest and most popular news.", "author": "1ClickProduct", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "View Latest News", "default_popup": "popup\/popup.html" }, "permissions": [ "tabs", "https:\/\/www.supernewsworld.com\/" ], "background": { "scripts": [ "popup\/js\/jquery-3.2.1.min.js", "popup\/js\/jquery.scrollbar.min.js", "popup\/js\/popup.js" ], "persistent": false } } |