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 파일 다운로드

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

확장 프로그램 사용 설명서

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