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 с друзьями, чтобы легко установить расширения 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
Основная информация о расширении
Название | |
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" ] } ] } |