Random Homestuck
Did you think Homestuck was confusing enough?? Just you wait.
什麼是Random Homestuck?
Random Homestuck是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Did you think Homestuck was confusing enough?? Just you wait.”。
擴展截圖
下載Random Homestuck擴展crx文件
下載Random Homestuck擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Did you think Homestuck was confusing enough?? Just you wait. Simply takes the normal (?) order of Homestuck and scrambles it. You can always delete the extension to revert everything back to normal, or reroll the dice from the settings! Version 1.0 coded in a day and a half.
擴展基本資訊
名稱 | Random Homestuck |
ID | joeofppailiaoickkbfddjdiehanidbf |
官方網址 | https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf |
簡介 | Did you think Homestuck was confusing enough?? Just you wait. |
檔案大小 | 7.98 KB |
安裝次數 | 14 |
目前版本 | 1.0 |
更新時間 | 2019-03-02 |
上架時間 | 2019-03-02 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Homestuck", "version": "1.0", "description": "Did you think Homestuck was confusing enough?? Just you wait.", "icons": { "48": "icons\/rh-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.homestuck.com\/story*" ], "js": [ "randomize.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "permissions": [ "storage", "tabs" ] } |