Freemium Articles

Read premium articles for free

Freemium Articles là gì?

Freemium Articles là một tiện ích mở rộng Chrome được phát triển bởi Reed Stewart, và tính năng chính của nó là "Read premium articles for free".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Freemium Articles

Tải xuống các tệp mở rộng Freemium Articles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Freemium Articles Freemium Articles
ID doejmahfiibmfieijikpadphmagabobb
URL Chính Thức https://chrome.google.com/webstore/detail/freemium-articles/doejmahfiibmfieijikpadphmagabobb
Mô tả Read premium articles for free
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 404
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-10-14
Ngày Phát Hành 2020-07-20
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Reed Stewart
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}