Times Colonist Subscription Remover

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

ما هو Times Colonist Subscription Remover؟

Times Colonist Subscription Remover هو إضافة Chrome تم تطويرها بواسطة Justin Kolberg، والميزة الرئيسية لها هي "Removes the subscription pop-up from the Times Colonist website.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Times Colonist Subscription Remover

قم بتنزيل ملفات الامتداد Times Colonist Subscription Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة 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
        }
    ]
}