Handle Stalker

This extension opens up the social network pages associated to a specific handle.

Cos'è Handle Stalker?

Handle Stalker è un'estensione di Chrome sviluppata da samanthakem, e la sua funzione principale è "This extension opens up the social network pages associated to a specific handle.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Handle Stalker

Scarica i file di estensione Handle Stalker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        People tend to use the same handle for every social network. It is like a brand! Have you ever had the experience of finding someone's GitHub profile very interesting and you had the curiosity to see his/hers other social networks as well? Finding it manually can be a little bit repetitive, you have to copy and paste the same handle for every social network, some people even search for it instead. Yes, the stalking task might be a little boring sometimes. That's why I created Handle Stalker. Now you can be a faster stalker LOL Just kidding! Handle Stalker can also help you to see if a specific handle is still not taken. How great is that? :) Feel free to write down any feedback.                    

Informazioni di Base sull'Estensione

Nome Handle Stalker Handle Stalker
ID ofdhgbjblhdkepgmafdeppjcmaaegllf
URL Ufficiale https://chromewebstore.google.com/detail/handle-stalker/ofdhgbjblhdkepgmafdeppjcmaaegllf
Descrizione This extension opens up the social network pages associated to a specific handle.
Dimensione del File 1.86 MB
Conteggio Installazioni 1,263
Versione Corrente 1.3
Ultimo Aggiornamento 2016-10-06
Data di Pubblicazione 2016-10-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore samanthakem
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Handle Stalker",
    "description": "This extension opens up the social network pages associated to a specific handle.",
    "version": "1.3",
    "author": "Samantha Monteiro",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}