La rep Bypass PayWall
Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…
La rep Bypass PayWallとは何ですか?
La rep Bypass PayWallはDan Monceauによって開発されたChromeの拡張機能で、その主な機能は「Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…」です。
拡張機能のスクリーンショット
La rep Bypass PayWall拡張機能のCRXファイルをダウンロード
La rep Bypass PayWall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome extension instantly transforms the presentation of articles, providing a significantly improved reading experience.
拡張機能の基本情報
名前 | La rep Bypass PayWall |
ID | kgemhkkddophjppkheljcphmibffkoal |
公式URL | https://chromewebstore.google.com/detail/la-rep-bypass-paywall/kgemhkkddophjppkheljcphmibffkoal |
説明 | Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome… |
ファイルサイズ | 4.21 KB |
インストール数 | 250 |
現在のバージョン | 1.0 |
最終更新日 | 2023-12-21 |
公開日 | 2023-12-21 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Dan Monceau |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "La rep Bypass PayWall", "version": "1.0", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.larep.fr\/*" ], "js": [ "popup.js" ] } ] } |