WebP Please!

Attempts to serve WebP images when possible.

What is WebP Please!?

WebP Please! is a Chrome extension developed by François Beaufort, and its main feature is "Attempts to serve WebP images when possible.".

Extension Screenshots

screenshot

Download WebP Please! Extension CRX File

Download WebP Please! 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

                        This Extension uses the chrome.declarativeWebRequest API to intercept, block, or modify requests in-flight and is not available to Chrome users on the stable channel.
Beta, dev, canary channels are fine.

Learn more about the chrome.declarativeWebRequest API at http://developer.chrome.com/extensions/declarativeWebRequest.html                    

Extension Basic Information

Name WebP Please! WebP Please!
ID bnfkggjoicfejgmdlkimepfnhbhnngbl
Official URL https://chromewebstore.google.com/detail/webp-please/bnfkggjoicfejgmdlkimepfnhbhnngbl
Description Attempts to serve WebP images when possible.
File Size 11.67 KB
Installation Count 179
Current Version 1
Last Updated 2013-09-09
Publish Date 2013-09-09
Rating 4.29/5 Total 7 Ratings
Developer François Beaufort
Payment Type free
Extension Website https://plus.google.com/100132233764003563318/posts
Help Page URL https://plus.google.com/100132233764003563318/posts
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebP Please!",
    "version": "1",
    "description": "Attempts to serve WebP images when possible.",
    "permissions": [
        "declarativeWebRequest",
        ""
    ],
    "background": {
        "scripts": [
            "rules.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}