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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}