LJMine

LiveJournal style changer: applies your defined style to other LJ posts from different users

What is LJMine?

LJMine is a Chrome extension developed by Andrei Kovalevsky, and its main feature is "LiveJournal style changer: applies your defined style to other LJ posts from different users".

Extension Screenshots

screenshot

Download LJMine Extension CRX File

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

                        As a user of livejournal.com I want to see the posts of other users decorated with my style. The aim of this extension is to apply a style of currently logged in user to all posts of all users.                    

Extension Basic Information

Name LJMine LJMine
ID ogdiaieakcpcolnclkeoneekhcnkhnbp
Official URL https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp
Description LiveJournal style changer: applies your defined style to other LJ posts from different users
File Size 9.21 KB
Installation Count 32
Current Version 0.1.3
Last Updated 2012-10-06
Publish Date 2012-10-05
Rating 3.00/5 Total 3 Ratings
Developer Andrei Kovalevsky
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LJMine",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "LiveJournal style changer: applies your defined style to other LJ posts from different users",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}