Rand Park
Fix the South Park random
What is Rand Park?
Rand Park is a Chrome extension developed by aloniv, and its main feature is "Fix the South Park random".
Extension Screenshots
Download Rand Park Extension CRX File
Download Rand Park extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Rand Park |
ID | pjnbhmpgajdbbngbnfkfpfocbogkohfj |
Official URL | https://chromewebstore.google.com/detail/rand-park/pjnbhmpgajdbbngbnfkfpfocbogkohfj |
Description | Fix the South Park random |
File Size | 16.72 KB |
Installation Count | 124 |
Current Version | 1.0 |
Last Updated | 2021-02-04 |
Publish Date | 2020-11-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | aloniv |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/oakfang/randpark |
Supported Languages | 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" ] } |