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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Outline Redirect Outline Redirect
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"
    ]
}