Rand Park

Fix the South Park random

Qu'est-ce que Rand Park ?

Rand Park est une extension Chrome développée par aloniv, et sa fonction principale est "Fix the South Park random".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rand Park

Téléchargez les fichiers d'extension Rand Park au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rand Park Rand Park
ID pjnbhmpgajdbbngbnfkfpfocbogkohfj
URL Officiel https://chromewebstore.google.com/detail/rand-park/pjnbhmpgajdbbngbnfkfpfocbogkohfj
Description Fix the South Park random
Taille du Fichier 16.72 KB
Nombre d'Installations 124
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-04
Date de Publication 2020-11-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur aloniv
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/oakfang/randpark
Langues Prises en Charge 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"
    ]
}