John Travolta Pulp Fiction Gif

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

Qu'est-ce que John Travolta Pulp Fiction Gif ?

John Travolta Pulp Fiction Gif est une extension Chrome développée par braydenwerner0, et sa fonction principale est "John Travolta stands in the bottom right of your chrome page looking around.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension John Travolta Pulp Fiction Gif

Téléchargez les fichiers d'extension John Travolta Pulp Fiction Gif au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom John Travolta Pulp Fiction Gif John Travolta Pulp Fiction Gif
ID bkfpegphkfpogmofdmmlddikapdjgjlc
URL Officiel https://chromewebstore.google.com/detail/john-travolta-pulp-fictio/bkfpegphkfpogmofdmmlddikapdjgjlc
Description John Travolta stands in the bottom right of your chrome page looking around.
Taille du Fichier 22.11 KB
Nombre d'Installations 25
Version Actuelle 1.0
Dernière Mise à Jour 2022-03-16
Date de Publication 2022-03-16
Évaluation 4.00/5 Total 4 Évaluations
Développeur braydenwerner0
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://atlasdash.netlify.app/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}