Free TheHindu

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

Free TheHinduとは何ですか?

Free TheHinduはkritseen20によって開発されたChromeの拡張機能で、その主な機能は「Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit」です。

拡張機能のスクリーンショット

screenshot
screenshot

Free TheHindu拡張機能のCRXファイルをダウンロード

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
Eメール [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
}