Outline Redirect
This extension redirects the current tab to Outline.com, a website that removes paywalls.
Τι είναι το Outline Redirect;
Το Outline Redirect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον brenopoggiali, και η κύρια λειτουργία του είναι "This extension redirects the current tab to Outline.com, a website that removes paywalls.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Outline Redirect
Λήψη αρχείων επέκτασης Outline Redirect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 :) Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | cfhcklieekfbknjiejkihfglegfnngbo |
| Επίσημο URL | https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo |
| Περιγραφή | This extension redirects the current tab to Outline.com, a website that removes paywalls. |
| Μέγεθος Αρχείου | 8.42 KB |
| Αριθμός Εγκαταστάσεων | 2,372 |
| Τρέχουσα Έκδοση | 1.0.1 |
| Τελευταία Ενημέρωση | 2020-04-29 |
| Ημερομηνία Δημοσίευσης | 2020-04-29 |
| Αξιολόγηση | 4.60/5 Συνολικά 10 Αξιολογήσεις |
| Προγραμματιστής | brenopoggiali |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/brenopoggiali/outline-extension |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/brenopoggiali/outline-extension/issues |
| Υποστηριζόμενες Γλώσσες | 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"
]
} | |