John Travolta Pulp Fiction Gif

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

What is John Travolta Pulp Fiction Gif?

John Travolta Pulp Fiction Gif is a Chrome extension developed by braydenwerner0, and its main feature is "John Travolta stands in the bottom right of your chrome page looking around.".

Extension Screenshots

screenshot

Download John Travolta Pulp Fiction Gif Extension CRX File

Download John Travolta Pulp Fiction Gif extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name John Travolta Pulp Fiction Gif John Travolta Pulp Fiction Gif
ID bkfpegphkfpogmofdmmlddikapdjgjlc
Official URL https://chromewebstore.google.com/detail/john-travolta-pulp-fictio/bkfpegphkfpogmofdmmlddikapdjgjlc
Description John Travolta stands in the bottom right of your chrome page looking around.
File Size 22.11 KB
Installation Count 25
Current Version 1.0
Last Updated 2022-03-16
Publish Date 2022-03-16
Rating 4.00/5 Total 4 Ratings
Developer braydenwerner0
Email [email protected]
Payment Type free
Privacy Policy Page URL https://atlasdash.netlify.app/privacy
Supported Languages 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"
            ]
        }
    ]
}