John Travolta Pulp Fiction Gif

John Travolta stands in the bottom right of your chrome page looking around.

Cos'è John Travolta Pulp Fiction Gif?

John Travolta Pulp Fiction Gif è un'estensione di Chrome sviluppata da braydenwerner0, e la sua funzione principale è "John Travolta stands in the bottom right of your chrome page looking around.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione John Travolta Pulp Fiction Gif

Scarica i file di estensione John Travolta Pulp Fiction Gif 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 IS AN AWESOME CHROME EXTENSION THAT PLAYS A LOOPING GIF OF VINCENT VEGA FROM PULP FICTION IN THE BOTTOM RIGHT OF YOUR SCREEN. THATS ALL IT DOES.                    

Informazioni di Base sull'Estensione

Nome John Travolta Pulp Fiction Gif John Travolta Pulp Fiction Gif
ID bkfpegphkfpogmofdmmlddikapdjgjlc
URL Ufficiale https://chromewebstore.google.com/detail/john-travolta-pulp-fictio/bkfpegphkfpogmofdmmlddikapdjgjlc
Descrizione John Travolta stands in the bottom right of your chrome page looking around.
Dimensione del File 22.11 KB
Conteggio Installazioni 25
Versione Corrente 1.0
Ultimo Aggiornamento 2022-03-16
Data di Pubblicazione 2022-03-16
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore braydenwerner0
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://atlasdash.netlify.app/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "John Travolta Pulp Fiction Gif",
    "description": "John Travolta stands in the bottom right of your chrome page looking around.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "128": "\/images\/pulp-fiction-extension-128.png"
        }
    },
    "icons": {
        "128": "\/images\/pulp-fiction-extension-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background-script.js"
            ]
        }
    ]
}