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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jak Wings และคุณลักษณะหลักของมันคือ "Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advanced Page Injector Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}