TheLocal Unlimited
Read your favorite news for free.
什么是TheLocal Unlimited?
TheLocal Unlimited是由Oussama K.开发的Chrome扩展程序,该扩展的主要功能是“Read your favorite news for free.”。
扩展截图
下载TheLocal Unlimited扩展crx文件
下载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" ] } ] } |