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
官方網址 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"
    ]
}