Articulate

Get rid of paywall and adblocker popups on websites!

什麼是Articulate?

Articulate是由Woodywoody開發的Chrome擴展程式,該擴展的主要功能是“Get rid of paywall and adblocker popups on websites!”。

擴展截圖

screenshot

下載Articulate擴展crx文件

下載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
官方網址 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"
    }
}