DI.se slim

Removes header and other fuzzy things on di.se.

What is DI.se slim ?

DI.se slim is a Chrome extension developed by http://johanekhager.com, and its main feature is "Removes header and other fuzzy things on di.se.".

Extension Screenshots

screenshot

Download DI.se slim Extension CRX File

Download DI.se slim 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

                        A chrome extension to let users experience di.se without all the fuzz. It's a homepage about financial news, so why not concentrate on just that.

- Removes sticky advertising on header
- Simplifies menu
- Removes sticky iframe on bottom of the browser                    

Extension Basic Information

Name DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
Official URL https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Description Removes header and other fuzzy things on di.se.
File Size 44.25 KB
Installation Count 36
Current Version 0.4
Last Updated 2014-05-04
Publish Date 2014-05-04
Rating 3.67/5 Total 3 Ratings
Developer http://johanekhager.com
Payment Type free
Extension Website http://johanekhager.com
Help Page URL http://twitter.com/johanekhager
Supported Languages sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DI.se slim ",
    "version": "0.4",
    "description": "Removes header and other fuzzy things on di.se.",
    "manifest_version": 2,
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.di.se\/*",
                "http:\/\/*.di.se\/*",
                "https:\/\/*.di.se\/*"
            ],
            "exclude_matches": [
                "https:\/\/trader.di.se\/*",
                "http:\/\/trader.di.se\/*"
            ],
            "css": [
                "di.css"
            ],
            "js": [
                "js\/libs\/jquery-1.7.1.min.js",
                "js\/di.js"
            ],
            "all_frames": true
        }
    ]
}