Random Homestuck
Did you think Homestuck was confusing enough?? Just you wait.
O que é Random Homestuck?
Random Homestuck é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Did you think Homestuck was confusing enough?? Just you wait.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Random Homestuck
Baixe arquivos de extensão Random Homestuck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Random Homestuck |
ID | joeofppailiaoickkbfddjdiehanidbf |
URL Oficial | https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf |
Descrição | Did you think Homestuck was confusing enough?? Just you wait. |
Tamanho do Arquivo | 7.98 KB |
Contagem de Instalações | 14 |
Versão Atual | 1.0 |
Última Atualização | 2019-03-02 |
Data de Publicação | 2019-03-02 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |