OneeChan
Customizable rice and themes for 4chan X.
Wat is OneeChan?
OneeChan is een Chrome-extensie ontwikkeld door czarchasm, en de belangrijkste functie is "Customizable rice and themes for 4chan X.".
Extensie Screenshots
Download het CRX-bestand van de extensie OneeChan
Download OneeChan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | poiggpgdfblfchjlbhhpmhfdbfeaocgi |
Officiële URL | https://chrome.google.com/webstore/detail/oneechan/poiggpgdfblfchjlbhhpmhfdbfeaocgi |
Beschrijving | Customizable rice and themes for 4chan X. |
Bestandsgrootte | 123 KB |
Aantal Installaties | 198 |
Huidige Versie | 6 |
Laatst Bijgewerkt | 2021-04-26 |
Publicatiedatum | 2019-11-11 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | czarchasm |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |