Free TheHindu

Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit

Was ist Free TheHindu?

Free TheHindu ist eine Chrome-Erweiterung, die von kritseen20 entwickelt wurde, und ihr Hauptmerkmal ist "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".

Erweiterungsscreenshots

screenshot
screenshot

Free TheHindu-Erweiterungs-CRX-Datei herunterladen

Laden Sie Free TheHindu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        By installing this extension you can read "TheHindu" articles on their website :
1. No Annoying ads
2. No Monthly Reading Limit
3. No Subscription Advertisement                    

Grundlegende Informationen zur Erweiterung

Name Free TheHindu Free TheHindu
ID hodkobbpincjpmckidahklfdccolcpjg
Offizielle URL https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg
Beschreibung Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Dateigröße 30.67 KB
Installationsanzahl 328
Aktuelle Version 1.2
Letztes Update 2020-08-25
Veröffentlichungsdatum 2020-08-23
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler kritseen20
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free TheHindu",
    "version": "1.2",
    "description": "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.thehindu.com\/*"
            ],
            "js": [
                "\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}