Bleaner

This cool extension removes bloat for the page leading to a faster leaner browsing experience

What is Bleaner?

Bleaner is a Chrome extension developed by charlie.mack669, and its main feature is "This cool extension removes bloat for the page leading to a faster leaner browsing experience".

Extension Screenshots

screenshot

Download Bleaner Extension CRX File

Download Bleaner 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

                        Quickly remove all occurences of page bloat including Flash, Java, and iframes.                    

Extension Basic Information

Name Bleaner Bleaner
ID lkadffjmnaiokkdncgdlecdegajoiemi
Official URL https://chrome.google.com/webstore/detail/bleaner/lkadffjmnaiokkdncgdlecdegajoiemi
Description This cool extension removes bloat for the page leading to a faster leaner browsing experience
File Size 23.37 KB
Installation Count 100,000
Current Version 0.1
Last Updated 2015-03-19
Publish Date 2015-03-19
Rating 2.01/5 Total 110 Ratings
Developer charlie.mack669
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bleaner",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "This cool extension removes bloat for the page leading to a faster leaner browsing experience",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "tabs",
        "https:\/\/*\/*"
    ],
    "commands": {
        "Bleaner": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            },
            "description": "Bleaner"
        }
    },
    "version": "0.1",
    "manifest_version": 2
}