Facebook This Name
Select name, open context menu, and look up the name on Facebook people search
Wat is Facebook This Name?
Facebook This Name is een Chrome-extensie ontwikkeld door gulakov, en de belangrijkste functie is "Select name, open context menu, and look up the name on Facebook people search".
Download het CRX-bestand van de extensie Facebook This Name
Download Facebook This Name-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
Basisinformatie over de Extensie
Naam | |
ID | akkhklnpaiiaiooimmjgbjhinbonaiao |
Officiële URL | https://chrome.google.com/webstore/detail/facebook-this-name/akkhklnpaiiaiooimmjgbjhinbonaiao |
Beschrijving | Select name, open context menu, and look up the name on Facebook people search |
Bestandsgrootte | 4.28 KB |
Aantal Installaties | 82 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2013-05-09 |
Publicatiedatum | 2013-05-09 |
Ontwikkelaar | gulakov |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook This Name", "description": "Select name, open context menu, and look up the name on Facebook people search", "version": "2.0.0", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "popup.js" ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "fbnamelogo.png" }, "manifest_version": 2 } |