Advanced Page Injector Plus

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

Advanced Page Injector Plus là gì?

Advanced Page Injector Plus là một tiện ích mở rộng Chrome được phát triển bởi Jak Wings, và tính năng chính của nó là "Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Advanced Page Injector Plus

Tải xuống các tệp mở rộng Advanced Page Injector Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

PS: some bug fixed for Advanced Page Injector                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Advanced Page Injector Plus Advanced Page Injector Plus
ID fmeejpkpickglppdkmoimngnmpkdllao
URL Chính Thức https://chromewebstore.google.com/detail/advanced-page-injector-pl/fmeejpkpickglppdkmoimngnmpkdllao
Mô tả Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.
Kích Thước Tệp 44.84 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.4.2.0
Cập Nhật Lần Cuối 2016-05-10
Ngày Phát Hành 2016-05-09
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jak Wings
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}