Forocoches premium
Forocoches en esteroides
Forocoches premiumคืออะไร?
Forocoches premium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://forocochero.com และคุณลักษณะหลักของมันคือ "Forocoches en esteroides"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forocoches premium
ดาวน์โหลดไฟล์ส่วนขยาย Forocoches premium ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
****************************************************************** AVISO: Esta extensión no es oficial y no tiene relación contractual con el foro. No te van a banear por usarla, pero no abras hilos en forocoches hablando sobre ella. ****************************************************************** Forocoches Premium es una extensión para Chrome, Firefox, Edge, Opera, y Vivaldi creada con la intención de añadir útiles e interesantes funcionalidades a forocoches. En 2010 me convertí en forocochero, y desde entonces he encontrado muchas cosas en forocoches que se podrían mejorar. Gracias a esta extensión, muchas de esas mejoras han sido añadidas al foro. Esta extensión es OpenSource y todo el código se puede encontrar en mi GitHub https://github.com/ehtiotumolas/forocoches-premium Con esta extensión para Chrome y otros navegadores Chromium podrás: - Ignora usuarios completamente - Ignora temas usando un filtro - Añadir notas a los usuarios visibles en los hilos - Ocultar la publicidad - Ocultar los menus laterales - Eliminar el espacio lateral en el nuevo diseño, incrementando el tamaño del foro - Colorear los mensajes propios en los hilos - Colorear los mensajes del OP en los hilos - Colorear hilos sin mensajes - Subir imagenes al foro automáticamente simplemente arrastrando las imagenes - Hacer avatares más grandes - Hacer avatares cuadrados (diseño nuevo) Especial gracias al forero Ven0mFC por su ayuda y por todo el código picado! Gracias a él la extensión es compatible con Pagetual y Autopagerize.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hdiegimcikljdcgohlcnilgephloaiaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/forocoches-premium/hdiegimcikljdcgohlcnilgephloaiaa |
คำอธิบาย | Forocoches en esteroides |
ขนาดไฟล์ | 319 KB |
จำนวนการติดตั้ง | 519 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2023-06-29 |
วันที่เผยแพร่ | 2023-04-24 |
คะแนน | 5.00/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | https://forocochero.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.forocochero.com |
ภาษาที่รองรับ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forocoches premium", "version": "2.1.0", "description": "Forocoches en esteroides", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.forocoches.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.forocoches.com\/*" ], "run_at": "document_start", "all_frames": false, "js": [ "\/static\/thirdParty\/jquery-3.6.3.min.js", "\/static\/thirdParty\/jquery.minicolors.js", "\/static\/contentScript.js" ] } ], "background": { "service_worker": "static\/background.js" }, "commands": { "Alt+Shift+X": { "suggested_key": { "default": "Alt+Shift+X", "mac": "Command+M" }, "description": "Alt+Shift+X." } }, "action": { "default_icon": { "16": "\/static\/images\/icon16.png", "32": "\/static\/images\/icon32.png" }, "default_title": "Forocoches premium", "default_popup": "templates\/popup.html" }, "icons": { "16": "\/static\/images\/icon16.png", "32": "\/static\/images\/icon32.png", "48": "\/static\/images\/icon48.png", "128": "\/static\/images\/icon128.png" }, "manifest_version": 3 } |