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
官方URL 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"
            ]
        }
    ]
}