Livejournal Narrow

Simple user-script which makes livejournal.com a better place

What is Livejournal Narrow?

Livejournal Narrow is a Chrome extension developed by Yanis T, and its main feature is "Simple user-script which makes livejournal.com a better place".

Extension Screenshots

screenshot

Download Livejournal Narrow Extension CRX File

Download Livejournal Narrow 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

                        Narrows too big livejournal themes.

Сужает слишком широкие темы livejournal.com.                    

Extension Basic Information

Name Livejournal Narrow Livejournal Narrow
ID bdhniiofhbjgjcdpkhjonmodpbgmgfde
Official URL https://chromewebstore.google.com/detail/livejournal-narrow/bdhniiofhbjgjcdpkhjonmodpbgmgfde
Description Simple user-script which makes livejournal.com a better place
File Size 36.47 KB
Installation Count 47
Current Version 1.0
Last Updated 2012-12-03
Publish Date 2012-12-03
Rating 4.50/5 Total 2 Ratings
Developer Yanis T
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Livejournal Narrow",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Simple user-script which makes livejournal.com a better place",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.livejournal.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}