Rand Park
Fix the South Park random
什麼是Rand Park?
Rand Park是由aloniv開發的Chrome擴展程式,該擴展的主要功能是“Fix the South Park random”。
擴展截圖
下載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 |
ID | pjnbhmpgajdbbngbnfkfpfocbogkohfj |
官方網址 | 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 |
電子郵箱 | [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" ] } |