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…
O que é La rep Bypass PayWall?
La rep Bypass PayWall é uma extensão do Chrome desenvolvida por Dan Monceau, e sua principal característica é "Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão La rep Bypass PayWall
Baixe arquivos de extensão La rep Bypass PayWall no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | La rep Bypass PayWall |
ID | kgemhkkddophjppkheljcphmibffkoal |
URL Oficial | https://chromewebstore.google.com/detail/la-rep-bypass-paywall/kgemhkkddophjppkheljcphmibffkoal |
Descrição | Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome… |
Tamanho do Arquivo | 4.21 KB |
Contagem de Instalações | 250 |
Versão Atual | 1.0 |
Última Atualização | 2023-12-21 |
Data de Publicação | 2023-12-21 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Dan Monceau |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |