John Travolta Pulp Fiction Gif

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

什麼是John Travolta Pulp Fiction Gif?

John Travolta Pulp Fiction Gif是由braydenwerner0開發的Chrome擴展程式,該擴展的主要功能是“John Travolta stands in the bottom right of your chrome page looking around.”。

擴展截圖

screenshot

下載John Travolta Pulp Fiction Gif擴展crx文件

下載John Travolta Pulp Fiction Gif擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 John Travolta Pulp Fiction Gif John Travolta Pulp Fiction Gif
ID bkfpegphkfpogmofdmmlddikapdjgjlc
官方網址 https://chromewebstore.google.com/detail/john-travolta-pulp-fictio/bkfpegphkfpogmofdmmlddikapdjgjlc
簡介 John Travolta stands in the bottom right of your chrome page looking around.
檔案大小 22.11 KB
安裝次數 25
目前版本 1.0
更新時間 2022-03-16
上架時間 2022-03-16
評分 4.00/5 共 4 次評分
開發者 braydenwerner0
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://atlasdash.netlify.app/privacy
支援的語言 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"
            ]
        }
    ]
}