Rand Park
Fix the South Park random
Wat is Rand Park?
Rand Park is een Chrome-extensie ontwikkeld door aloniv, en de belangrijkste functie is "Fix the South Park random".
Extensie Screenshots
Download het CRX-bestand van de extensie Rand Park
Download Rand Park-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Rand Park |
ID | pjnbhmpgajdbbngbnfkfpfocbogkohfj |
Officiële URL | https://chromewebstore.google.com/detail/rand-park/pjnbhmpgajdbbngbnfkfpfocbogkohfj |
Beschrijving | Fix the South Park random |
Bestandsgrootte | 16.72 KB |
Aantal Installaties | 124 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-02-04 |
Publicatiedatum | 2020-11-15 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | aloniv |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/oakfang/randpark |
Ondersteunde Talen | 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" ] } |