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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}