Latest Fox Business Videos
See the latest and most popular news.
Latest Fox Business Videos क्या है?
Latest Fox Business Videos http://www.supernewsworld.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the latest and most popular news."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Latest Fox Business Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
See the latest and most popular Fox Business Network Videos. View the Latest Fox Business News Videos Daily.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ckgchililjdlmimnephkoccldaacoecn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/latest-fox-business-video/ckgchililjdlmimnephkoccldaacoecn |
विवरण | See the latest and most popular news. |
फ़ाइल का आकार | 477 KB |
स्थापना संख्या | 41 |
वर्तमान संस्करण | 1.1.8 |
अंतिम अपडेट | 2018-10-05 |
प्रकाशन तिथि | 2018-10-05 |
डेवलपर | http://www.supernewsworld.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latest Fox Business 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 } } |