Freemium Articles

Read premium articles for free

Freemium Articlesคืออะไร?

Freemium Articles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reed Stewart และคุณลักษณะหลักของมันคือ "Read premium articles for free"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freemium Articles

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}