OneeChan
Customizable rice and themes for 4chan X.
Cos'è OneeChan?
OneeChan è un'estensione di Chrome sviluppata da czarchasm, e la sua funzione principale è "Customizable rice and themes for 4chan X.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OneeChan
Scarica i file di estensione OneeChan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | poiggpgdfblfchjlbhhpmhfdbfeaocgi |
URL Ufficiale | https://chrome.google.com/webstore/detail/oneechan/poiggpgdfblfchjlbhhpmhfdbfeaocgi |
Descrizione | Customizable rice and themes for 4chan X. |
Dimensione del File | 123 KB |
Conteggio Installazioni | 198 |
Versione Corrente | 6 |
Ultimo Aggiornamento | 2021-04-26 |
Data di Pubblicazione | 2019-11-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | czarchasm |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |