Free TheHindu

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

Τι είναι το Free TheHindu;

Το Free TheHindu είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kritseen20, και η κύρια λειτουργία του είναι "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Free TheHindu

Λήψη αρχείων επέκτασης Free TheHindu σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Free TheHindu Free TheHindu
ID hodkobbpincjpmckidahklfdccolcpjg
Επίσημο URL https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg
Περιγραφή Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Μέγεθος Αρχείου 30.67 KB
Αριθμός Εγκαταστάσεων 328
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2020-08-25
Ημερομηνία Δημοσίευσης 2020-08-23
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής kritseen20
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}