Randomized Rickroller

Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland

Randomized Rickrollerคืออะไร?

Randomized Rickroller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noahrefsland และคุณลักษณะหลักของมันคือ "Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland"

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

screenshot

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

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

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

                        With this extension, there is a 1 in 1 million chance by default to get rickrolled every click. You can change the value if you click on the extension. Feel free to prank your friends or family with this.

(Feel free to donate at https://www.noahrefsland.com/patreon)

* I am not the owner of 'Never Gonna Give You Up'. All rights go to the song's current owners and original producer Rick Astley.                    

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

ชื่อ Randomized Rickroller Randomized Rickroller
ID kaaikelefhdlgfmpijphkomeopienjgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/randomized-rickroller/kaaikelefhdlgfmpijphkomeopienjgi
คำอธิบาย Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland
ขนาดไฟล์ 218 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-02-02
วันที่เผยแพร่ 2023-02-01
ผู้พัฒนา noahrefsland
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Randomized Rickroller",
    "description": "Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland",
    "icons": {
        "640": "logo.png"
    },
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "gui.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}