Rand Park
Fix the South Park random
Cos'è Rand Park?
Rand Park è un'estensione di Chrome sviluppata da aloniv, e la sua funzione principale è "Fix the South Park random".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rand Park
Scarica i file di estensione Rand Park in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Rand Park |
ID | pjnbhmpgajdbbngbnfkfpfocbogkohfj |
URL Ufficiale | https://chromewebstore.google.com/detail/rand-park/pjnbhmpgajdbbngbnfkfpfocbogkohfj |
Descrizione | Fix the South Park random |
Dimensione del File | 16.72 KB |
Conteggio Installazioni | 124 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-02-04 |
Data di Pubblicazione | 2020-11-15 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | aloniv |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/oakfang/randpark |
Lingue Supportate | 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" ] } |