Outline Redirect

This extension redirects the current tab to Outline.com, a website that removes paywalls.

Apa itu Outline Redirect?

Outline Redirect adalah ekstensi Chrome yang dikembangkan oleh brenopoggiali, dan fitur utamanya adalah "This extension redirects the current tab to Outline.com, a website that removes paywalls.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Outline Redirect

Unduh file ekstensi Outline Redirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 :)                    

Informasi Dasar Ekstensi

Nama Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
URL Resmi https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Deskripsi This extension redirects the current tab to Outline.com, a website that removes paywalls.
Ukuran File 8.42 KB
Jumlah Instalasi 2,372
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-04-29
Tanggal Publikasi 2020-04-29
Penilaian 4.60/5 Total 10 Penilaian
Pengembang brenopoggiali
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/brenopoggiali/outline-extension
URL Halaman Bantuan https://github.com/brenopoggiali/outline-extension/issues
Bahasa yang Didukung 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"
    ]
}