TheLocal Unlimited

Read your favorite news for free.

Wat is TheLocal Unlimited?

TheLocal Unlimited is een Chrome-extensie ontwikkeld door Oussama K., en de belangrijkste functie is "Read your favorite news for free.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TheLocal Unlimited

Download TheLocal Unlimited-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TheLocal Unlimited TheLocal Unlimited
ID mlcdacmojapdkafeeocjcnddfheledde
Officiële URL https://chromewebstore.google.com/detail/thelocal-unlimited/mlcdacmojapdkafeeocjcnddfheledde
Beschrijving Read your favorite news for free.
Bestandsgrootte 7.9 KB
Aantal Installaties 63
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-12-26
Publicatiedatum 2021-06-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Oussama K.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/oussa/thelocal-unlimited
Ondersteunde Talen 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"
            ]
        }
    ]
}