Outline Redirect

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

Outline Redirect là gì?

Outline Redirect là một tiện ích mở rộng Chrome được phát triển bởi brenopoggiali, và tính năng chính của nó là "This extension redirects the current tab to Outline.com, a website that removes paywalls.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Outline Redirect

Tải xuống các tệp mở rộng Outline Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
URL Chính Thức https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Mô tả This extension redirects the current tab to Outline.com, a website that removes paywalls.
Kích Thước Tệp 8.42 KB
Số Lần Cài Đặt 2,372
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-04-29
Ngày Phát Hành 2020-04-29
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển brenopoggiali
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/brenopoggiali/outline-extension
URL Trang Trợ Giúp https://github.com/brenopoggiali/outline-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}