Latest CNN News Videos
See the latest and most popular news.
Latest CNN News Videos क्या है?
Latest CNN News Videos http://www.supernewsworld.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the latest and most popular news."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Latest CNN News Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Watch the latest CNN Videos in 1-Click
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fkfhfhgoipkhmieamodphnfmneglapgl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl |
विवरण | See the latest and most popular news. |
फ़ाइल का आकार | 127 KB |
स्थापना संख्या | 1,753 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2022-03-23 |
प्रकाशन तिथि | 2018-09-11 |
रेटिंग | 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 CNN News Videos", "version": "1.2.0", "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": [ "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 } } |