Free TheHindu

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

Qu'est-ce que Free TheHindu ?

Free TheHindu est une extension Chrome développée par kritseen20, et sa fonction principale est "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Free TheHindu

Téléchargez les fichiers d'extension Free TheHindu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Free TheHindu Free TheHindu
ID hodkobbpincjpmckidahklfdccolcpjg
URL Officiel https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg
Description Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Taille du Fichier 30.67 KB
Nombre d'Installations 328
Version Actuelle 1.2
Dernière Mise à Jour 2020-08-25
Date de Publication 2020-08-23
Évaluation 5.00/5 Total 5 Évaluations
Développeur kritseen20
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}