Rand Park

Fix the South Park random

Rand Parkคืออะไร?

Rand Park เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aloniv และคุณลักษณะหลักของมันคือ "Fix the South Park random"

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

screenshot

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

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

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

                        southparkstudios.com provides an official source of South Park episodes for free streaming. The site also boasts a "Watch Random Episode" button, but the "random" episode is chosen from a predetermined list of about a dozen episodes, which changes weekly.
This extension overrides that button, and chooses a random episode from the entire episode list.                    

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

ชื่อ Rand Park Rand Park
ID pjnbhmpgajdbbngbnfkfpfocbogkohfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rand-park/pjnbhmpgajdbbngbnfkfpfocbogkohfj
คำอธิบาย Fix the South Park random
ขนาดไฟล์ 16.72 KB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-02-04
วันที่เผยแพร่ 2020-11-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา aloniv
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/oakfang/randpark
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rand Park",
    "version": "1.0",
    "description": "Fix the South Park random",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.southparkstudios.com\/episodes\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "urls"
    ]
}