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…

Qu'est-ce que La rep Bypass PayWall ?

La rep Bypass PayWall est une extension Chrome développée par Dan Monceau, et sa fonction principale est "Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension La rep Bypass PayWall

Téléchargez les fichiers d'extension La rep Bypass PayWall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom La rep Bypass PayWall La rep Bypass PayWall
ID kgemhkkddophjppkheljcphmibffkoal
URL Officiel https://chromewebstore.google.com/detail/la-rep-bypass-paywall/kgemhkkddophjppkheljcphmibffkoal
Description Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…
Taille du Fichier 4.21 KB
Nombre d'Installations 250
Version Actuelle 1.0
Dernière Mise à Jour 2023-12-21
Date de Publication 2023-12-21
Évaluation 3.00/5 Total 2 Évaluations
Développeur Dan Monceau
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}