Advanced Page Injector Plus

Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.

什么是Advanced Page Injector Plus?

Advanced Page Injector Plus是由Jak Wings开发的Chrome扩展程序,该扩展的主要功能是“Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.”。

扩展截图

screenshot
screenshot
screenshot

下载Advanced Page Injector Plus扩展crx文件

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

扩展使用说明

                        Help message will appear when your place the cursor over the input area.

PS: some bug fixed for Advanced Page Injector                    

扩展基本信息

名称 Advanced Page Injector Plus Advanced Page Injector Plus
ID fmeejpkpickglppdkmoimngnmpkdllao
官方URL https://chromewebstore.google.com/detail/advanced-page-injector-pl/fmeejpkpickglppdkmoimngnmpkdllao
简介 Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.
文件大小 44.84 KB
安装次数 110
当前版本 1.4.2.0
更新时间 2016-05-10
上架时间 2016-05-09
评分 3.00/5 共2次评分
开发者 Jak Wings
付费类型 free
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "version": "1.4.2.0",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "description": "__MSG_EXT_DESCRIPTION__",
    "offline_enabled": true,
    "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'",
    "options_page": "options\/options.html",
    "background": {
        "page": "background\/background.html"
    },
    "page_action": {
        "default_title": "__MSG_EXT_PAGE_ACTION_TITLE__",
        "default_icon": "icons\/17.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ]
}