Livejournal-IPs

Shows geo-ip information on Livejournal pages (country, city)

What is Livejournal-IPs?

Livejournal-IPs is a Chrome extension developed by orleanz, and its main feature is "Shows geo-ip information on Livejournal pages (country, city)".

Extension Screenshots

screenshot

Download Livejournal-IPs Extension CRX File

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

                        Chrome extension to show geo-ip information on Livejournal pages

Livejournal has an option to record IPs of commenters. This tools add geo-ip information based on those recorded IPs. You can immediately see from which part of the world the comment was posted.

Country, state province and city are shown.

This is an open source tool, please view soure code at 
https://github.com/orleanz/livejournal-ips                    

Extension Basic Information

Name Livejournal-IPs Livejournal-IPs
ID jfkkfgnjpafebeahcmoiccpeonjamlcm
Official URL https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm
Description Shows geo-ip information on Livejournal pages (country, city)
File Size 111 KB
Installation Count 27
Current Version 1.6
Last Updated 2015-05-24
Publish Date 2015-05-24
Rating 1.00/5 Total 1 Ratings
Developer orleanz
Payment Type free
Extension Website https://github.com/orleanz/livejournal-ips
Help Page URL https://github.com/orleanz/livejournal-ips
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Livejournal-IPs",
    "description": "Shows geo-ip information on Livejournal pages (country, city)",
    "version": "1.6",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.livejournal.com\/*",
                "http:\/\/lentascope.net\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png"
    }
}