overTheWall
an extension to bypass paywalls Keppo
overTheWallとは何ですか?
overTheWallはjuuzouによって開発されたChromeの拡張機能で、その主な機能は「an extension to bypass paywalls Keppo」です。
拡張機能のスクリーンショット
overTheWall拡張機能のCRXファイルをダウンロード
overTheWall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.
拡張機能の基本情報
名前 | |
ID | imlhbmbpdmlmahbjfhiclpinoamgljaf |
公式URL | https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf |
説明 | an extension to bypass paywalls Keppo |
ファイルサイズ | 47.44 KB |
インストール数 | 266 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-12-20 |
公開日 | 2019-12-20 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | juuzou |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.tanea.gr\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "LogoMakr_1gMTlP.png" } }, "description": "an extension to bypass paywalls Keppo", "manifest_version": 2, "name": "overTheWall", "options_ui": { "page": "options.html" }, "version": "1.0.0" } |