Times Colonist Subscription Remover

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

Apa itu Times Colonist Subscription Remover?

Times Colonist Subscription Remover adalah ekstensi Chrome yang dikembangkan oleh Justin Kolberg, dan fitur utamanya adalah "Removes the subscription pop-up from the Times Colonist website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Times Colonist Subscription Remover

Unduh file ekstensi Times Colonist Subscription Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Times Colonist Subscription Remover Times Colonist Subscription Remover
ID hpeejnjgokkebabmjhbednpmogijfkcj
URL Resmi https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj
Deskripsi Removes the subscription pop-up from the Times Colonist website.
Ukuran File 52.94 KB
Jumlah Instalasi 45
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-10-29
Tanggal Publikasi 2019-10-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Justin Kolberg
Tipe Pembayaran free
Situs Ekstensi http://github.com/amdprophet/times-colonist-subscription-remover
URL Halaman Bantuan http://github.com/amdprophet/times-colonist-subscription-remover/issues
Bahasa yang Didukung 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
        }
    ]
}