Your Best World News Extension

This extension helps you simply read the best world news.

Your Best World News Extension क्या है?

Your Best World News Extension https://best-news-world.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you simply read the best world news."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Your Best World News Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With our extension, enjoy news updates from the world!

By adding to chrome, you accept and agree to install our extension, set the Chrome New Tab and to the terms of use, and privacy policy. The new tab .search features within the extension will be powered by Bing
  
https://best-news-world.com/pages/privacy-policy.html
https://best-news-world.com/pages/terms-of-use.html                    

एक्सटेंशन की मूल जानकारी

नाम Your Best World News Extension Your Best World News Extension
ID mhcadccilnnadcbjbdmabngbpcignljd
आधिकारिक URL https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd
विवरण This extension helps you simply read the best world news.
फ़ाइल का आकार 259 KB
स्थापना संख्या 113,244
वर्तमान संस्करण 1
अंतिम अपडेट 2022-05-26
प्रकाशन तिथि 2022-05-26
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://best-news-world.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://best-news-world.com/
सहायता पृष्ठ URL https://best-news-world.com/pages/contact.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/news-128.png",
        "default_title": "Your Best World News Extension"
    },
    "description": "This extension helps you simply read the best world news.",
    "icons": {
        "128": "icons\/news-128.png",
        "16": "icons\/news-16.png",
        "32": "icons\/news-32.png"
    },
    "manifest_version": 3,
    "name": "Your Best World News Extension",
    "version": "1",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg",
                "icons\/*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.best-news-world.com\/*"
    ]
}