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
Eメール [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"
            ]
        }
    ]
}