Latest AP News Videos
See the latest and most popular news.
Latest AP News Videos क्या है?
Latest AP News Videos http://www.supernewsworld.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the latest and most popular news."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Latest AP News Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
See the latest and most popular AP News Videos View the Latest AP News (The Associated Press) Videos Daily. Free-to-watch videos daily in just 1-Click.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mjmmccgbicimdmogglkhjjpaioeigcak |
आधिकारिक URL | https://chrome.google.com/webstore/detail/latest-ap-news-videos/mjmmccgbicimdmogglkhjjpaioeigcak |
विवरण | See the latest and most popular news. |
फ़ाइल का आकार | 156 KB |
स्थापना संख्या | 911 |
वर्तमान संस्करण | 1.1.8 |
अंतिम अपडेट | 2018-09-12 |
प्रकाशन तिथि | 2018-09-12 |
डेवलपर | http://www.supernewsworld.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latest AP 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 } } |