John Travolta Pulp Fiction Gif

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

Vad är John Travolta Pulp Fiction Gif?

John Travolta Pulp Fiction Gif är en Chrome-tillägg utvecklad av braydenwerner0, och dess huvudfunktion är "John Travolta stands in the bottom right of your chrome page looking around.".

Tilläggsskärmbilder

screenshot

Ladda ner John Travolta Pulp Fiction Gif-förlängningens CRX-fil

Ladda ner John Travolta Pulp Fiction Gif-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn John Travolta Pulp Fiction Gif John Travolta Pulp Fiction Gif
ID bkfpegphkfpogmofdmmlddikapdjgjlc
Officiell webbadress https://chromewebstore.google.com/detail/john-travolta-pulp-fictio/bkfpegphkfpogmofdmmlddikapdjgjlc
Beskrivning John Travolta stands in the bottom right of your chrome page looking around.
Filstorlek 22.11 KB
Antal Installationer 25
Aktuell Version 1.0
Senast Uppdaterad 2022-03-16
Publiceringsdatum 2022-03-16
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare braydenwerner0
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://atlasdash.netlify.app/privacy
Stödda Språk 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"
            ]
        }
    ]
}