Namerizer

Rename your Facebook contacts!

Co je Namerizer?

Namerizer je rozšíření Chrome vyvinuté Rodrigo Roim, a jeho hlavní funkcí je „Rename your Facebook contacts!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Namerizer

Stáhněte si soubory rozšíření Namerizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        With Namerizer, you can set the name of your contacts to anything you want. Use their real-life nicknames, or anything else if you feel creative.

You can also see which nicknames other people are using for your friends, share nicknames, etc.

To use the extension, just install it and go to a friend's facebook profile. There will be a new button there that lets you set their nickname.

Don't be afraid to use this app, this is an Open-Source project hosted at github: https://github.com/roim/namerizer

All nicknames given are publicly accessible.                    

Základní Informace o Rozšíření

Název Namerizer Namerizer
ID hpciladepbpfoobjnmngnhfbaoofgejh
Oficiální URL https://chromewebstore.google.com/detail/namerizer/hpciladepbpfoobjnmngnhfbaoofgejh
Popis Rename your Facebook contacts!
Velikost souboru 91.12 KB
Počet instalací 56
Aktuální Verze 2.0.0
Poslední Aktualizace 2013-05-10
Datum Vydání 2013-05-10
Hodnocení 2.69/5 Celkem 16 Hodnocení
Vývojář Rodrigo Roim
Typ Platby free
Webové stránky Rozšíření http://namerizer.herokuapp.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Namerizer",
    "description": "Rename your Facebook contacts!",
    "version": "2.0.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/commonNicknamesIcon.png"
    ],
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "http:\/\/fbnamerizer.appspot.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "backfrontend.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "requestparameters.js",
                "common.js",
                "namerizer.js",
                "namerizer_about.js",
                "namerizer_editnickname.js"
            ],
            "run_at": "document_start"
        }
    ]
}