TheLocal Unlimited

Read your favorite news for free.

O que é TheLocal Unlimited?

TheLocal Unlimited é uma extensão do Chrome desenvolvida por Oussama K., e sua principal característica é "Read your favorite news for free.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão TheLocal Unlimited

Baixe arquivos de extensão TheLocal Unlimited 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

                        Read TheLocal articles for free without limits in any of TheLocal websites!

This tool helps you overcome the 3 articles/day per ip address limit on thelocal and allows you to read unlimited articles. Just install the extension, keep reading thelocal.de, thelocal.fr, etc.. No more action needed, everything is taken care of for you! :)

Please get in touch if you encounter any issue or see any room for improvement.

This extension is open-sourced here - https://github.com/oussa/thelocal-unlimited                    

Informações Básicas da Extensão

Nome TheLocal Unlimited TheLocal Unlimited
ID mlcdacmojapdkafeeocjcnddfheledde
URL Oficial https://chromewebstore.google.com/detail/thelocal-unlimited/mlcdacmojapdkafeeocjcnddfheledde
Descrição Read your favorite news for free.
Tamanho do Arquivo 7.9 KB
Contagem de Instalações 63
Versão Atual 1.1.0
Última Atualização 2021-12-26
Data de Publicação 2021-06-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Oussama K.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/oussa/thelocal-unlimited
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Read your favorite news for free.",
    "manifest_version": 2,
    "name": "TheLocal Unlimited",
    "version": "1.1.0",
    "homepage_url": "https:\/\/github.com\/oussa\/thelocal-unlimited",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thelocal.at\/*",
                "*:\/\/*.thelocal.ch\/*",
                "*:\/\/*.thelocal.com\/*",
                "*:\/\/*.thelocal.de\/*",
                "*:\/\/*.thelocal.dk\/*",
                "*:\/\/*.thelocal.es\/*",
                "*:\/\/*.thelocal.fr\/*",
                "*:\/\/*.thelocal.it\/*",
                "*:\/\/*.thelocal.no\/*",
                "*:\/\/*.thelocal.se\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}