Handle Stalker

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

Qu'est-ce que Handle Stalker ?

Handle Stalker est une extension Chrome développée par samanthakem, et sa fonction principale est "This extension opens up the social network pages associated to a specific handle.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Handle Stalker

Téléchargez les fichiers d'extension Handle Stalker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Handle Stalker Handle Stalker
ID ofdhgbjblhdkepgmafdeppjcmaaegllf
URL Officiel https://chromewebstore.google.com/detail/handle-stalker/ofdhgbjblhdkepgmafdeppjcmaaegllf
Description This extension opens up the social network pages associated to a specific handle.
Taille du Fichier 1.86 MB
Nombre d'Installations 1,263
Version Actuelle 1.3
Dernière Mise à Jour 2016-10-06
Date de Publication 2016-10-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur samanthakem
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}