OneeChan
Customizable rice and themes for 4chan X.
ما هو OneeChan؟
OneeChan هو إضافة Chrome تم تطويرها بواسطة czarchasm، والميزة الرئيسية لها هي "Customizable rice and themes for 4chan X.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OneeChan
قم بتنزيل ملفات الامتداد OneeChan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | poiggpgdfblfchjlbhhpmhfdbfeaocgi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/oneechan/poiggpgdfblfchjlbhhpmhfdbfeaocgi |
الوصف | Customizable rice and themes for 4chan X. |
حجم الملف | 123 KB |
عدد التثبيتات | 198 |
النسخة الحالية | 6 |
آخر تحديث | 2021-04-26 |
تاريخ النشر | 2019-11-11 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | czarchasm |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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\/*" ] } |