PageOptimus - website speed optimizer

Website speed and performance optimization tool

PageOptimus - website speed optimizer là gì?

PageOptimus - website speed optimizer là một tiện ích mở rộng Chrome được phát triển bởi https://pageoptimus.com, và tính năng chính của nó là "Website speed and performance optimization tool".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PageOptimus - website speed optimizer

Tải xuống các tệp mở rộng PageOptimus - website speed optimizer 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

                        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.                    

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

Tên PageOptimus - website speed optimizer PageOptimus - website speed optimizer
ID acfkledaichkaimkfcnbkipemjbbaeke
URL Chính Thức https://chromewebstore.google.com/detail/pageoptimus-website-speed/acfkledaichkaimkfcnbkipemjbbaeke
Mô tả Website speed and performance optimization tool
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 301
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2021-04-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://pageoptimus.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://pageoptimus.com
URL Trang Chính Sách Bảo Mật https://pageoptimus.com/pages/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}