Freemium Articles
Read premium articles for free
ما هو Freemium Articles؟
Freemium Articles هو إضافة Chrome تم تطويرها بواسطة Reed Stewart، والميزة الرئيسية لها هي "Read premium articles for free".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Freemium Articles
قم بتنزيل ملفات الامتداد Freemium Articles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
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" ] } ] } |