The Hindu

Today’s News Headlines from The Hindu, Businessline, Frontline and Sportstar

Wat is The Hindu?

The Hindu is een Chrome-extensie ontwikkeld door The Hindu Group, en de belangrijkste functie is "Today’s News Headlines from The Hindu, Businessline, Frontline and Sportstar".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie The Hindu

Download The Hindu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Breaking News, India News, Sports News and Live Updates from The Hindu.
India’s National Fortnightly Magazine from The Hindu, Frontline.
Sports News Today, Live Cricket Score, Football News, Sports Videos from Sportstar.
Business Financial, Economy, Market, Stock - News & Updates from Businessline.                    

Basisinformatie over de Extensie

Naam The Hindu The Hindu
ID hnnogkamkmbpbjcendmjphkmgadfdefe
Officiële URL https://chromewebstore.google.com/detail/the-hindu/hnnogkamkmbpbjcendmjphkmgadfdefe
Beschrijving Today’s News Headlines from The Hindu, Businessline, Frontline and Sportstar
Bestandsgrootte 1.75 MB
Aantal Installaties 539
Huidige Versie 1.2
Laatst Bijgewerkt 2023-09-26
Publicatiedatum 2023-08-11
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar The Hindu Group
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.thehindu.com
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Hindu",
    "description": "Today\u2019s News Headlines from The Hindu, Businessline, Frontline and Sportstar",
    "version": "1.2",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.thehindubusinessline.com\/*",
        "https:\/\/frontline.thehindu.com\/*",
        "https:\/\/sportstar.thehindu.com\/*",
        "https:\/\/www.thehindu.com\/*"
    ],
    "chrome_url_overrides": {
        "PAGE_TO_OVERRIDE": "index.html",
        "newtab": "index.html"
    },
    "icons": {
        "16": "assets\/images\/TH16.png",
        "32": "assets\/images\/TH32.png",
        "48": "assets\/images\/TH48.png",
        "128": "assets\/images\/TH128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/TH16.png",
            "32": "assets\/images\/TH32.png",
            "48": "assets\/images\/TH48.png",
            "128": "assets\/images\/TH128.png"
        }
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    }
}