Finger circle

Prank your friends with this extension!

Cos'è Finger circle?

Finger circle è un'estensione di Chrome sviluppata da Josep Lancharro Batlle, e la sua funzione principale è "Prank your friends with this extension!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Finger circle

Scarica i file di estensione Finger circle 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

                        Prank you friends with the finger circle prank!

If you want to donate: paypal.me/JosepLancharroBatlle

Update: Now working on http and https protocols!                    

Informazioni di Base sull'Estensione

Nome Finger circle Finger circle
ID hhelbdhfmmmkcmilneenhmmoikgdcmhf
URL Ufficiale https://chrome.google.com/webstore/detail/finger-circle/hhelbdhfmmmkcmilneenhmmoikgdcmhf
Descrizione Prank your friends with this extension!
Dimensione del File 4.56 MB
Conteggio Installazioni 215
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-09-30
Data di Pubblicazione 2018-09-30
Valutazione 3.20/5 Totale 5 Valutazioni
Sviluppatore Josep Lancharro Batlle
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Finger circle",
    "manifest_version": 2,
    "version": "1.0.1",
    "short_name": "Finger circle",
    "description": "Prank your friends with this extension!",
    "browser_action": {
        "default_icon": "\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "fingerprank.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.jpg"
    ]
}