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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
        }
    ]
}