OneeChan
Customizable rice and themes for 4chan X.
O que é OneeChan?
OneeChan é uma extensão do Chrome desenvolvida por czarchasm, e sua principal característica é "Customizable rice and themes for 4chan X.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OneeChan
Baixe arquivos de extensão OneeChan 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
Download the newer, better version here: https://github.com/KevinParnell/OneeChan This will be kept up mostly for archival purposes (I guess?). WARNING: MUST BE USED IN CONJUNCTION WITH 4CHAN-X. AVAILABLE HERE: https://chrome.google.com/webstore/detail/4chan-x/ohnjgmpcibpbafdlkimncjhflgedgpam Originally made by nebukazar. Uploaded to Chrome Store for ease of access. Fixed for 4channel update.
Informações Básicas da Extensão
Nome | |
ID | poiggpgdfblfchjlbhhpmhfdbfeaocgi |
URL Oficial | https://chrome.google.com/webstore/detail/oneechan/poiggpgdfblfchjlbhhpmhfdbfeaocgi |
Descrição | Customizable rice and themes for 4chan X. |
Tamanho do Arquivo | 123 KB |
Contagem de Instalações | 198 |
Versão Atual | 6 |
Última Atualização | 2021-04-26 |
Data de Publicação | 2019-11-11 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | czarchasm |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneeChan", "version": "6", "manifest_version": 2, "description": "Customizable rice and themes for 4chan X.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/*.4chan.org\/*", "*:\/\/*.4channel.org\/*" ], "all_frames": true, "run_at": "document_start" } ], "homepage_url": "https:\/\/github.com\/nebukazar\/OneeChan\/", "minimum_chrome_version": "32", "permissions": [ "storage", "*:\/\/www.4chan.org\/*", "*:\/\/boards.4channel.org\/*", "*:\/\/boards.4chan.org\/*" ] } |