TheLocal Unlimited

Read your favorite news for free.

Was ist TheLocal Unlimited?

TheLocal Unlimited ist eine Chrome-Erweiterung, die von Oussama K. entwickelt wurde, und ihr Hauptmerkmal ist "Read your favorite news for free.".

Erweiterungsscreenshots

screenshot
screenshot

TheLocal Unlimited-Erweiterungs-CRX-Datei herunterladen

Laden Sie TheLocal Unlimited-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TheLocal Unlimited TheLocal Unlimited
ID mlcdacmojapdkafeeocjcnddfheledde
Offizielle URL https://chromewebstore.google.com/detail/thelocal-unlimited/mlcdacmojapdkafeeocjcnddfheledde
Beschreibung Read your favorite news for free.
Dateigröße 7.9 KB
Installationsanzahl 63
Aktuelle Version 1.1.0
Letztes Update 2021-12-26
Veröffentlichungsdatum 2021-06-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Oussama K.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/oussa/thelocal-unlimited
Unterstützte Sprachen 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"
            ]
        }
    ]
}