Mod_PageSpeed Toggle

Activate or Desactivate Mod_PageSpeed

What is Mod_PageSpeed Toggle?

Mod_PageSpeed Toggle is a Chrome extension developed by guillaume, and its main feature is "Activate or Desactivate Mod_PageSpeed".

Download Mod_PageSpeed Toggle Extension CRX File

Download Mod_PageSpeed Toggle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        if the mod_pagespeed is installed on the web server, this extension allows you to enable or disable.
Add PageSpeed=on or Off in the page tab location                    

Extension Basic Information

Name Mod_PageSpeed Toggle Mod_PageSpeed Toggle
ID caijchifkkpkndlcnigkpacdaipckool
Official URL https://chrome.google.com/webstore/detail/modpagespeed-toggle/caijchifkkpkndlcnigkpacdaipckool
Description Activate or Desactivate Mod_PageSpeed
File Size 12.05 KB
Installation Count 257
Current Version 1.0
Last Updated 2016-02-29
Publish Date 2016-02-29
Rating 5.00/5 Total 1 Ratings
Developer guillaume
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mod_PageSpeed Toggle",
    "author": "Guillaume CAMUS ",
    "description": "Activate or Desactivate Mod_PageSpeed",
    "version": "1.0",
    "icons": {
        "128": "pagespeed-100.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "pagespeed-100.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}