Freemium Articles

Read premium articles for free

Freemium Articlesとは何ですか?

Freemium ArticlesはReed Stewartによって開発されたChromeの拡張機能で、その主な機能は「Read premium articles for free」です。

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

screenshot

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

Freemium Articles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Freemium Articles is a completely free chrome extension that will 'unlock' premium articles on the NZ Herald website.

If you're having any troubles and the articles aren't being displayed I recommend hard reloading the page. You can do this easily in Chrome by pressing the Ctrl + Shift + R key's at the same time, or for Mac use the keys Command + Shift + R.

v1.0.5
- Fixed extension not showing articles again....
- Fixed "Big Read" articles not being displayed

v1.0.4
- Added Auto Load feature, click this checkbox to load articles automatically without having to press extension button
- Fixed issues that was causing content not to load                    

拡張機能の基本情報

名前 Freemium Articles Freemium Articles
ID doejmahfiibmfieijikpadphmagabobb
公式URL https://chrome.google.com/webstore/detail/freemium-articles/doejmahfiibmfieijikpadphmagabobb
説明 Read premium articles for free
ファイルサイズ 115 KB
インストール数 404
現在のバージョン 1.0.5
最終更新日 2020-10-14
公開日 2020-07-20
評価 3.25/5 合計 4 レビュー
開発者 Reed Stewart
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freemium Articles",
    "description": "Read premium articles for free",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "128": ".\/img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": ".\/img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.nzherald.co.nz\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}