Rand Park

Fix the South Park random

什么是Rand Park?

Rand Park是由aloniv开发的Chrome扩展程序,该扩展的主要功能是“Fix the South Park random”。

扩展截图

screenshot

下载Rand Park扩展crx文件

下载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"
    ]
}