RickPot

Turns 1 in every 100 links into a rickroll

RickPotคืออะไร?

RickPot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย georgepowell10 และคุณลักษณะหลักของมันคือ "Turns 1 in every 100 links into a rickroll"

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

screenshot

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

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

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

                        RickPot turns 1/100 links into a Rick Roll. It's RickPot luck!

No icon in the chrome-bar means you can stealthily install this on your friend's laptops and and wait for them to go crazy!                    

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

ชื่อ RickPot RickPot
ID anpoljppcdgolfkifkhljonddnajfgdc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc
คำอธิบาย Turns 1 in every 100 links into a rickroll
ขนาดไฟล์ 100 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-03-06
วันที่เผยแพร่ 2014-03-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา georgepowell10
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickPot",
    "version": "0.1",
    "description": "Turns 1 in every 100 links into a rickroll",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeContent"
    ],
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}