Freemium Articles

Read premium articles for free

Apa itu Freemium Articles?

Freemium Articles adalah ekstensi Chrome yang dikembangkan oleh Reed Stewart, dan fitur utamanya adalah "Read premium articles for free".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Freemium Articles

Unduh file ekstensi Freemium Articles dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Freemium Articles Freemium Articles
ID doejmahfiibmfieijikpadphmagabobb
URL Resmi https://chrome.google.com/webstore/detail/freemium-articles/doejmahfiibmfieijikpadphmagabobb
Deskripsi Read premium articles for free
Ukuran File 115 KB
Jumlah Instalasi 404
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2020-10-14
Tanggal Publikasi 2020-07-20
Penilaian 3.25/5 Total 4 Penilaian
Pengembang Reed Stewart
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}