Latest News Loader
This extension helps you simply read the world news. All you need to do is to select a keyword
Latest News Loader क्या है?
Latest News Loader florance.co.media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you simply read the world news. All you need to do is to select a keyword"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Latest News Loader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Latest News Loader is a browser extension that keeps you up-to-date with the latest news from around the world. With this extension, you can easily access the top 10 news stories of the day directly from your browser. Simply click on the extension icon to see a list of the latest headlines and click on any of them to read the full article. Stay informed and never miss a beat with Latest News Loader!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cjjiphmgiokbapplkebjnbmefhhnedef |
आधिकारिक URL | https://chrome.google.com/webstore/detail/latest-news-loader/cjjiphmgiokbapplkebjnbmefhhnedef |
विवरण | This extension helps you simply read the world news. All you need to do is to select a keyword |
फ़ाइल का आकार | 13.81 KB |
स्थापना संख्या | 451 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2022-12-21 |
प्रकाशन तिथि | 2022-12-21 |
डेवलपर | florance.co.media |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://home.reportionbreedy.xyz/ |
सहायता पृष्ठ URL | https://home.reportionbreedy.xyz/contact.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Latest News Loader", "default_popup": "popup.html" }, "description": "This extension helps you simply read the world news. All you need to do is to select a keyword", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Latest News Loader", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |