RickVision

It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley

RickVisionคืออะไร?

RickVision เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Big1com1cs และคุณลักษณะหลักของมันคือ "It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RickVision

ดาวน์โหลดไฟล์ส่วนขยาย RickVision ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RickVision RickVision
ID hffhidhdohcdcpodcdfdhdgpffajepeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rickvision/hffhidhdohcdcpodcdfdhdgpffajepeb
คำอธิบาย It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley
ขนาดไฟล์ 3.25 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-07-28
วันที่เผยแพร่ 2021-07-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Big1com1cs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RickVision",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "RickVision"
    }
}