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 |
官方網址 | 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" ] } ] } |