Freemium Articles
Read premium articles for free
O que é Freemium Articles?
Freemium Articles é uma extensão do Chrome desenvolvida por Reed Stewart, e sua principal característica é "Read premium articles for free".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Freemium Articles
Baixe arquivos de extensão Freemium Articles no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | doejmahfiibmfieijikpadphmagabobb |
URL Oficial | https://chrome.google.com/webstore/detail/freemium-articles/doejmahfiibmfieijikpadphmagabobb |
Descrição | Read premium articles for free |
Tamanho do Arquivo | 115 KB |
Contagem de Instalações | 404 |
Versão Atual | 1.0.5 |
Última Atualização | 2020-10-14 |
Data de Publicação | 2020-07-20 |
Classificação | 3.25/5 Total de 4 Avaliações |
Desenvolvedor | Reed Stewart |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |