Livejournal-IPs

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

Wat is Livejournal-IPs?

Livejournal-IPs is een Chrome-extensie ontwikkeld door orleanz, en de belangrijkste functie is "Shows geo-ip information on Livejournal pages (country, city)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Livejournal-IPs

Download Livejournal-IPs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Livejournal-IPs Livejournal-IPs
ID jfkkfgnjpafebeahcmoiccpeonjamlcm
Officiële URL https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm
Beschrijving Shows geo-ip information on Livejournal pages (country, city)
Bestandsgrootte 111 KB
Aantal Installaties 27
Huidige Versie 1.6
Laatst Bijgewerkt 2015-05-24
Publicatiedatum 2015-05-24
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar orleanz
Betalingswijze free
Extensiewebsite https://github.com/orleanz/livejournal-ips
Help Pagina-URL https://github.com/orleanz/livejournal-ips
Ondersteunde Talen 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"
    }
}