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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย braydenwerner0 และคุณลักษณะหลักของมันคือ "John Travolta stands in the bottom right of your chrome page looking around."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย John Travolta Pulp Fiction Gif

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}