Handle Stalker
This extension opens up the social network pages associated to a specific handle.
Was ist Handle Stalker?
Handle Stalker ist eine Chrome-Erweiterung, die von samanthakem entwickelt wurde, und ihr Hauptmerkmal ist "This extension opens up the social network pages associated to a specific handle.".
Erweiterungsscreenshots
Handle Stalker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Handle Stalker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ofdhgbjblhdkepgmafdeppjcmaaegllf |
| Offizielle URL | https://chromewebstore.google.com/detail/handle-stalker/ofdhgbjblhdkepgmafdeppjcmaaegllf |
| Beschreibung | This extension opens up the social network pages associated to a specific handle. |
| Dateigröße | 1.86 MB |
| Installationsanzahl | 1,263 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2016-10-06 |
| Veröffentlichungsdatum | 2016-10-06 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | samanthakem |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/"
]
} | |