Outline Redirect
This extension redirects the current tab to Outline.com, a website that removes paywalls.
Wat is Outline Redirect?
Outline Redirect is een Chrome-extensie ontwikkeld door brenopoggiali, en de belangrijkste functie is "This extension redirects the current tab to Outline.com, a website that removes paywalls.".
Extensie Screenshots
Download het CRX-bestand van de extensie Outline Redirect
Download Outline Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | Outline Redirect |
ID | cfhcklieekfbknjiejkihfglegfnngbo |
Officiële URL | https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo |
Beschrijving | This extension redirects the current tab to Outline.com, a website that removes paywalls. |
Bestandsgrootte | 8.42 KB |
Aantal Installaties | 2,372 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-04-29 |
Publicatiedatum | 2020-04-29 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | brenopoggiali |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/brenopoggiali/outline-extension |
Help Pagina-URL | https://github.com/brenopoggiali/outline-extension/issues |
Ondersteunde Talen | 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" ] } |