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文件

下载pressreader.com stripper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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"
    ]
}