Times Colonist Subscription Remover

Removes the subscription pop-up from the Times Colonist website.

什麼是Times Colonist Subscription Remover?

Times Colonist Subscription Remover是由Justin Kolberg開發的Chrome擴展程式,該擴展的主要功能是“Removes the subscription pop-up from the Times Colonist website.”。

擴展截圖

screenshot

下載Times Colonist Subscription Remover擴展crx文件

下載Times Colonist Subscription Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Removes the subscription pop-up from the Times Colonist website.

Source code at http://github.com/amdprophet/times-colonist-subscription-remover/                    

擴展基本資訊

名稱 Times Colonist Subscription Remover Times Colonist Subscription Remover
ID hpeejnjgokkebabmjhbednpmogijfkcj
官方網址 https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj
簡介 Removes the subscription pop-up from the Times Colonist website.
檔案大小 52.94 KB
安裝次數 45
目前版本 1.2
更新時間 2019-10-29
上架時間 2019-10-28
評分 5.00/5 共 1 次評分
開發者 Justin Kolberg
付費類型 free
擴展官網 http://github.com/amdprophet/times-colonist-subscription-remover
說明頁面URL http://github.com/amdprophet/times-colonist-subscription-remover/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Times Colonist Subscription Remover",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Removes the subscription pop-up from the Times Colonist website.",
    "homepage_url": "http:\/\/github.com\/amdprophet\/times-colonist-subscription-remover",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.timescolonist.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "main.js"
            ],
            "all_frames": true
        }
    ]
}