pressreader.com stripper

This extension strips odd underlines on pressreader.com pages.

pressreader.com stripper란 무엇입니까?

pressreader.com stripper은(는) influencing.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension strips odd underlines on pressreader.com pages."입니다.

pressreader.com stripper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 pressreader.com stripper pressreader.com stripper
ID cfdkdkdenomclaaefffnbonngdhfeifa
공식 URL https://chrome.google.com/webstore/detail/pressreadercom-stripper/cfdkdkdenomclaaefffnbonngdhfeifa
설명 This extension strips odd underlines on pressreader.com pages.
파일 크기 121 KB
설치 횟수 104
현재 버전 0.1
최근 업데이트 2017-04-13
출시 날짜 2017-04-13
개발자 influencing.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pressreader.com stripper",
    "version": "0.1",
    "manifest_version": 2,
    "author": "Max Kolmogorov ",
    "minimum_chrome_version": "50",
    "incognito": "not_allowed",
    "description": "This extension strips odd underlines on pressreader.com pages.",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pressreader.com\/*",
                "*:\/\/www.pressreader.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "background",
        "notifications",
        "tabs",
        "activeTab",
        "storage",
        "webNavigation",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Influencing notifier"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}