TheLocal Unlimited
Read your favorite news for free.
Что такое TheLocal Unlimited?
TheLocal Unlimited - это расширение Chrome, разработанное Oussama K., и его основная функция - "Read your favorite news for free.".
Снимки экрана расширения
Скачать файл CRX расширения TheLocal Unlimited
Скачайте файлы расширений TheLocal Unlimited в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | mlcdacmojapdkafeeocjcnddfheledde |
Официальный URL | https://chromewebstore.google.com/detail/thelocal-unlimited/mlcdacmojapdkafeeocjcnddfheledde |
Описание | Read your favorite news for free. |
Размер файла | 7.9 KB |
Количество установок | 63 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2021-12-26 |
Дата публикации | 2021-06-29 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Oussama K. |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/oussa/thelocal-unlimited |
Поддерживаемые языки | 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" ] } ] } |