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…”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
            ]
        }
    ]
}