TheLocal Unlimited

Read your favorite news for free.

Qu'est-ce que TheLocal Unlimited ?

TheLocal Unlimited est une extension Chrome développée par Oussama K., et sa fonction principale est "Read your favorite news for free.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TheLocal Unlimited

Téléchargez les fichiers d'extension TheLocal Unlimited au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TheLocal Unlimited TheLocal Unlimited
ID mlcdacmojapdkafeeocjcnddfheledde
URL Officiel https://chromewebstore.google.com/detail/thelocal-unlimited/mlcdacmojapdkafeeocjcnddfheledde
Description Read your favorite news for free.
Taille du Fichier 7.9 KB
Nombre d'Installations 63
Version Actuelle 1.1.0
Dernière Mise à Jour 2021-12-26
Date de Publication 2021-06-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur Oussama K.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/oussa/thelocal-unlimited
Langues Prises en Charge 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"
            ]
        }
    ]
}