12ft redirect

This extension redirects the current tab to 12ft.io, a website that removes paywalls.

12ft redirectคืออะไร?

12ft redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brenopoggiali และคุณลักษณะหลักของมันคือ "This extension redirects the current tab to 12ft.io, a website that removes paywalls."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 12ft redirect

ดาวน์โหลดไฟล์ส่วนขยาย 12ft redirect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension redirects the current tab to 12ft.io, a website that removes paywalls.
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 12ft website of that page. This will let you read the content of that page!

Disclaimer: 12ft.io does not support this extension, although we are very thankful for their awesome platform :)                    

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

ชื่อ 12ft redirect 12ft redirect
ID lkndnkfpgdacnjiolbbmkfpanahchbge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge
คำอธิบาย This extension redirects the current tab to 12ft.io, a website that removes paywalls.
ขนาดไฟล์ 5.25 KB
จำนวนการติดตั้ง 1,697
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-04-18
วันที่เผยแพร่ 2022-04-18
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา brenopoggiali
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "12ft redirect",
    "description": "This extension redirects the current tab to 12ft.io, a website that removes paywalls.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "Click to be redirected to the 12ft of this page."
    },
    "content_security_policy": []
}