PageOptimus - website speed optimizer

Website speed and performance optimization tool

Qu'est-ce que PageOptimus - website speed optimizer ?

PageOptimus - website speed optimizer est une extension Chrome développée par https://pageoptimus.com, et sa fonction principale est "Website speed and performance optimization tool".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PageOptimus - website speed optimizer

Téléchargez les fichiers d'extension PageOptimus - website speed optimizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PageOptimus - website speed optimizer PageOptimus - website speed optimizer
ID acfkledaichkaimkfcnbkipemjbbaeke
URL Officiel https://chromewebstore.google.com/detail/pageoptimus-website-speed/acfkledaichkaimkfcnbkipemjbbaeke
Description Website speed and performance optimization tool
Taille du Fichier 1.37 MB
Nombre d'Installations 301
Version Actuelle 0.2.1
Dernière Mise à Jour 2024-02-22
Date de Publication 2021-04-25
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://pageoptimus.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://pageoptimus.com
URL de la Page de Politique de Confidentialité https://pageoptimus.com/pages/privacy-policy
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}