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