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
Eメール [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"
    ]
}