EveRickwhere

If you want to see Rick everickwhere, you've come to the right place!

ما هو EveRickwhere؟

EveRickwhere هو إضافة Chrome تم تطويرها بواسطة Virej Dasani، والميزة الرئيسية لها هي "If you want to see Rick everickwhere, you've come to the right place!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة EveRickwhere

قم بتنزيل ملفات الامتداد EveRickwhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        If you ever want to feel like everywhere you go, you want to see Rick Astley's face, this extension does just that!                    

معلومات أساسية عن التمديد

الاسم EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
عنوان URL الرسمي https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
الوصف If you want to see Rick everickwhere, you've come to the right place!
حجم الملف 20.64 MB
عدد التثبيتات 712
النسخة الحالية 1.0.0
آخر تحديث 2022-12-20
تاريخ النشر 2022-12-18
تقييم 4.38/5 مجموع تقييمات 8
المطور Virej Dasani
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/virejdasani/EveRickwhere
عنوان صفحة المساعدة https://sites.google.com/view/everickwhere-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EveRickwhere",
    "version": "1.0.0",
    "description": "If you want to see Rick everickwhere, you've come to the right place!",
    "icons": {
        "128": "assets\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}