Articulate

Get rid of paywall and adblocker popups on websites!

Articulateคืออะไร?

Articulate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Woodywoody และคุณลักษณะหลักของมันคือ "Get rid of paywall and adblocker popups on websites!"

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

screenshot

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

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

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

                        Get rid of paywall and adblocker popups on websites! Simply click on the extension icon and see the magic happen!

Note: This extension work by getting rid of generic popups, but due to the unpredictable nature of how different developers may implement their popup, there will be cases where this extension does not work. It may also impact your browsing experience.                    

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

ชื่อ Articulate Articulate
ID nmjelpbdlokcmojoiaalhnbcffnmmgmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd
คำอธิบาย Get rid of paywall and adblocker popups on websites!
ขนาดไฟล์ 10.51 KB
จำนวนการติดตั้ง 372
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-09-09
วันที่เผยแพร่ 2020-09-07
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Woodywoody
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Articulate",
    "version": "1.2",
    "description": "Get rid of paywall and adblocker popups on websites!",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}