OneeChan
Customizable rice and themes for 4chan X.
Co je OneeChan?
OneeChan je rozšíření Chrome vyvinuté czarchasm, a jeho hlavní funkcí je „Customizable rice and themes for 4chan X.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření OneeChan
Stáhněte si soubory rozšíření OneeChan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | poiggpgdfblfchjlbhhpmhfdbfeaocgi |
Oficiální URL | https://chrome.google.com/webstore/detail/oneechan/poiggpgdfblfchjlbhhpmhfdbfeaocgi |
Popis | Customizable rice and themes for 4chan X. |
Velikost souboru | 123 KB |
Počet instalací | 198 |
Aktuální Verze | 6 |
Poslední Aktualizace | 2021-04-26 |
Datum Vydání | 2019-11-11 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | czarchasm |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |