PageOptimus - website speed optimizer

Website speed and performance optimization tool

PageOptimus - website speed optimizerคืออะไร?

PageOptimus - website speed optimizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pageoptimus.com และคุณลักษณะหลักของมันคือ "Website speed and performance optimization tool"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PageOptimus - website speed optimizer

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

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

                        PageOptimus allows you to analyze and performance of any web page. A number of tools will help you to fix the problems with performance within a couple of seconds.                    

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

ชื่อ PageOptimus - website speed optimizer PageOptimus - website speed optimizer
ID acfkledaichkaimkfcnbkipemjbbaeke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pageoptimus-website-speed/acfkledaichkaimkfcnbkipemjbbaeke
คำอธิบาย Website speed and performance optimization tool
ขนาดไฟล์ 1.37 MB
จำนวนการติดตั้ง 301
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2021-04-25
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://pageoptimus.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://pageoptimus.com
URL หน้านโยบายความเป็นส่วนตัว https://pageoptimus.com/pages/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.1",
    "default_locale": "en",
    "icons": {
        "16": "img\/Icon-16.png",
        "19": "img\/Icon-19.png",
        "32": "img\/Icon-32.png",
        "48": "img\/Icon-48.png",
        "64": "img\/Icon-64.png",
        "128": "img\/Icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/Icon-16.png",
            "19": "img\/Icon-19.png",
            "32": "img\/Icon-32.png",
            "48": "img\/Icon-48.png",
            "64": "img\/Icon-64.png",
            "128": "img\/Icon-128.png"
        },
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/lib\/tippy.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content\/track-resources.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/localhost:8080\/ru\/pages\/oplata-zavershena",
                "http:\/\/localhost:8080\/pages\/transaction-completed",
                "http:\/\/localhost:8080\/en\/pages\/transaction-completed",
                "http:\/\/pageoptimus.com\/ru\/pages\/oplata-zavershena",
                "https:\/\/pageoptimus.com\/ru\/pages\/oplata-zavershena",
                "http:\/\/pageoptimus.com\/pages\/transaction-completed",
                "https:\/\/pageoptimus.com\/pages\/transaction-completed",
                "http:\/\/pageoptimus.com\/en\/pages\/transaction-completed",
                "https:\/\/pageoptimus.com\/en\/pages\/transaction-completed"
            ],
            "js": [
                "js\/check-balance.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/shared\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "downloads",
        "browsingData"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}