overTheWall
an extension to bypass paywalls Keppo
Qu'est-ce que overTheWall ?
overTheWall est une extension Chrome développée par juuzou, et sa fonction principale est "an extension to bypass paywalls Keppo".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension overTheWall
Téléchargez les fichiers d'extension overTheWall 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
Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.
Informations de Base sur l'Extension
Nom | |
ID | imlhbmbpdmlmahbjfhiclpinoamgljaf |
URL Officiel | https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf |
Description | an extension to bypass paywalls Keppo |
Taille du Fichier | 47.44 KB |
Nombre d'Installations | 266 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-12-20 |
Date de Publication | 2019-12-20 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | juuzou |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.tanea.gr\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "LogoMakr_1gMTlP.png" } }, "description": "an extension to bypass paywalls Keppo", "manifest_version": 2, "name": "overTheWall", "options_ui": { "page": "options.html" }, "version": "1.0.0" } |