TheLocal Unlimited
Read your favorite news for free.
TheLocal Unlimited là gì?
TheLocal Unlimited là một tiện ích mở rộng Chrome được phát triển bởi Oussama K., và tính năng chính của nó là "Read your favorite news for free.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TheLocal Unlimited
Tải xuống các tệp mở rộng TheLocal Unlimited dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mlcdacmojapdkafeeocjcnddfheledde |
URL Chính Thức | https://chromewebstore.google.com/detail/thelocal-unlimited/mlcdacmojapdkafeeocjcnddfheledde |
Mô tả | Read your favorite news for free. |
Kích Thước Tệp | 7.9 KB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2021-12-26 |
Ngày Phát Hành | 2021-06-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Oussama K. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/oussa/thelocal-unlimited |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |