OneeChan
Customizable rice and themes for 4chan X.
Hvad er OneeChan?
OneeChan er en Chrome-udvidelse udviklet af czarchasm, og dens hovedfunktion er "Customizable rice and themes for 4chan X.".
Udvidelsesskærmbilleder
Download OneeChan-udvidelses-CRX-fil
Download OneeChan-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | poiggpgdfblfchjlbhhpmhfdbfeaocgi |
Officiel URL | https://chrome.google.com/webstore/detail/oneechan/poiggpgdfblfchjlbhhpmhfdbfeaocgi |
Beskrivelse | Customizable rice and themes for 4chan X. |
Filstørrelse | 123 KB |
Antal Installationer | 198 |
Nuværende Version | 6 |
Senest Opdateret | 2021-04-26 |
Udgivelsesdato | 2019-11-11 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | czarchasm |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |