FB Phone

Find phone number of users on facebook or find users' facebook by phone number. Can make call to phone number as well

Cos'è FB Phone?

FB Phone è un'estensione di Chrome sviluppata da TelePro.me, e la sua funzione principale è "Find phone number of users on facebook or find users' facebook by phone number. Can make call to phone number as well".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FB Phone

Scarica i file di estensione FB Phone 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

                        This extension is for TelePro Team for finding phone number of a facebook's users and vice versa, finding facebook's user from a phone number.
This extension can make call to a phone number as well                    

Informazioni di Base sull'Estensione

Nome FB Phone FB Phone
ID iafeoiiblfbngiheegfcbjnkacblkojj
URL Ufficiale https://chrome.google.com/webstore/detail/fb-phone/iafeoiiblfbngiheegfcbjnkacblkojj
Descrizione Find phone number of users on facebook or find users' facebook by phone number. Can make call to phone number as well
Dimensione del File 85.44 KB
Conteggio Installazioni 345
Versione Corrente 1.3.8
Ultimo Aggiornamento 2022-01-06
Data di Pubblicazione 2020-06-25
Sviluppatore TelePro.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3.8",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/fb-phone-logo-128.png",
        "16": "icons\/fb-phone-logo-16.png",
        "32": "icons\/fb-phone-logo-32.png",
        "48": "icons\/fb-phone-logo-48.png"
    },
    "permissions": [
        "http:\/\/api.telepro.me\/",
        "declarativeContent",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.telepro.me\/*"
        ]
    },
    "background": {
        "scripts": [
            "libs\/jquery\/jquery.min.js",
            "constants\/message.js",
            "constants\/storage.js",
            "constants\/link.js",
            "src\/modules\/background\/js\/index.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "128": "icons\/fb-phone-logo-128.png",
            "16": "icons\/fb-phone-logo-16.png",
            "32": "icons\/fb-phone-logo-32.png",
            "48": "icons\/fb-phone-logo-48.png"
        },
        "default_popup": "src\/modules\/popup\/html\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery\/jquery.min.js",
                "constants\/message.js",
                "src\/modules\/content\/js\/fb_inject.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "js": [
                "libs\/jquery\/jquery.min.js",
                "constants\/message.js",
                "src\/modules\/content\/js\/class_target_inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_page": "src\/modules\/options\/html\/index.html"
}