Outline Redirect
This extension redirects the current tab to Outline.com, a website that removes paywalls.
Qu'est-ce que Outline Redirect ?
Outline Redirect est une extension Chrome développée par brenopoggiali, et sa fonction principale est "This extension redirects the current tab to Outline.com, a website that removes paywalls.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Outline Redirect
Téléchargez les fichiers d'extension Outline Redirect 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
HOW TO USE: when you are at a page that has a paywall, just click at the extension and it will redirect you to the Outline website of that page. This will let you read the content of that page! Disclaimer: Outline.com does not support this extension, although we are very thankful for their awesome platform :)
Informations de Base sur l'Extension
Nom | Outline Redirect |
ID | cfhcklieekfbknjiejkihfglegfnngbo |
URL Officiel | https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo |
Description | This extension redirects the current tab to Outline.com, a website that removes paywalls. |
Taille du Fichier | 8.42 KB |
Nombre d'Installations | 2,372 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-04-29 |
Date de Publication | 2020-04-29 |
Évaluation | 4.60/5 Total 10 Évaluations |
Développeur | brenopoggiali |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/brenopoggiali/outline-extension |
URL de la Page d'Aide | https://github.com/brenopoggiali/outline-extension/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outline Redirect", "description": "This extension redirects the current tab to Outline.com, a website that removes paywalls.", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "Click to be redirected to the Outline of this page." }, "permissions": [ "tabs" ] } |