Paywall Hopper

Replaces paywalled URL with unpaywalled URL.

Paywall Hopperคืออะไร?

Paywall Hopper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย magnus.ahmad และคุณลักษณะหลักของมันคือ "Replaces paywalled URL with unpaywalled URL."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paywall Hopper

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

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

                        This extension tries to keep the internet free by using url methods to remove paywalls on websites. Simply click the extension button and you will be redirected to an unpaywalled version of the website.                    

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

ชื่อ Paywall Hopper Paywall Hopper
ID hbncgfkfgifijadbfdlmlegngnjhkfhn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn
คำอธิบาย Replaces paywalled URL with unpaywalled URL.
ขนาดไฟล์ 64.64 KB
จำนวนการติดตั้ง 623
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-09-30
วันที่เผยแพร่ 2022-09-30
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา magnus.ahmad
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paywall Hopper",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Replaces paywalled URL with unpaywalled URL.",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "hopper.png",
        "48": "hopper.png",
        "128": "hopper.png"
    }
}