ChromeEX

1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links

ChromeEXคืออะไร?

ChromeEX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://powerz.top และคุณลักษณะหลักของมันคือ "1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChromeEX

ดาวน์โหลดไฟล์ส่วนขยาย ChromeEX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Change user-agent,inject script&style what you want.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChromeEX ChromeEX
ID anlbhlpjfbcaomechnemcplbhagebmdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chromeex/anlbhlpjfbcaomechnemcplbhagebmdh
คำอธิบาย 1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links
ขนาดไฟล์ 67.25 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-04-27
วันที่เผยแพร่ 2020-05-25
ผู้พัฒนา https://powerz.top
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://powerz.top?r=ext/chromeex
URL หน้าช่วยเหลือ http://powerz.top?r=ext/chromeex
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeEX",
    "version": "1.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/powerz.top?r=ext\/chromeex",
    "description": "1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_title": "chromeEX",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script\/enginex.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "minimum_chrome_version": "61",
    "incognito": "spanning",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}