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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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\/*"
            ]
        }
    ]
}