John Travolta Pulp Fiction Gif

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

Wat is John Travolta Pulp Fiction Gif?

John Travolta Pulp Fiction Gif is een Chrome-extensie ontwikkeld door braydenwerner0, en de belangrijkste functie is "John Travolta stands in the bottom right of your chrome page looking around.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie John Travolta Pulp Fiction Gif

Download John Travolta Pulp Fiction Gif-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

                        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.                    

Basisinformatie over de Extensie

Naam John Travolta Pulp Fiction Gif John Travolta Pulp Fiction Gif
ID bkfpegphkfpogmofdmmlddikapdjgjlc
Officiële URL https://chromewebstore.google.com/detail/john-travolta-pulp-fictio/bkfpegphkfpogmofdmmlddikapdjgjlc
Beschrijving John Travolta stands in the bottom right of your chrome page looking around.
Bestandsgrootte 22.11 KB
Aantal Installaties 25
Huidige Versie 1.0
Laatst Bijgewerkt 2022-03-16
Publicatiedatum 2022-03-16
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar braydenwerner0
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://atlasdash.netlify.app/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}