Paywall

Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.

Paywallคืออะไร?

Paywall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Crandall และคุณลักษณะหลักของมันคือ "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers."

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

screenshot

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

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

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

                        Shows 'Paywall' sites links as '$$$'. Preserves original link text and moves link to '$$$' text. Great on Drudge. Also flags sites that do not work with adblockers.  Does not in any way circumvent Paywall sites or logon restrictions, only warns that a link goes to a Paywall site.                    

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

ชื่อ Paywall Paywall
ID kemhkjedapfedmoaliehjgdllceafeng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng
คำอธิบาย Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
ขนาดไฟล์ 597 KB
จำนวนการติดตั้ง 1,481
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2016-10-19
วันที่เผยแพร่ 2016-10-18
คะแนน 2.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Mark Crandall
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paywall",
    "version": "0.0.0.2",
    "description": "Shows 'Paywall' sites links as '$$$'. Preserves original text.  Great on Drudge. Also flags sites that do not work with adblockers.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.12.0.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}