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