CleanerReads - A Goodreads Theme
Nothing removed, just muted or moved out of the way.
¿Qué es CleanerReads - A Goodreads Theme?
CleanerReads - A Goodreads Theme es una extensión de Chrome desarrollada por daniel.vanzin, y su función principal es "Nothing removed, just muted or moved out of the way.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CleanerReads - A Goodreads Theme
Descarga archivos de extensión CleanerReads - A Goodreads Theme en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
• SIDEBAR to the right, don't know if it helps much • TOPBAR to the sidebar, that orange/purple strip on the top • NAVBAR nearly invisible and hidden on scroll • DUPLICATED ELEMENTS removed, like user stars, author info • BOOK DESCRIPTION always expanded • SOCIAL INFO and buttons with less emphasis on • REVIEWS centralized on page, user info moved to the left • REVIEWS with less characters per row • OPTIONS • show cover on the left • make text wider • hide elements from front page • move About Author and Readers Also Enjoyed to the sidebar
Información Básica de la Extensión
Nombre | CleanerReads - A Goodreads Theme |
ID | pfckicghmjgghmoeolegcbccjekhejji |
URL Oficial | https://chromewebstore.google.com/detail/cleanerreads-a-goodreads/pfckicghmjgghmoeolegcbccjekhejji |
Descripción | Nothing removed, just muted or moved out of the way. |
Tamaño del Archivo | 40.34 KB |
Cantidad de Instalaciones | 81 |
Versión Actual | 1.3.0 |
Última Actualización | 2023-04-20 |
Fecha de Publicación | 2023-01-09 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | daniel.vanzin |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CleanerReads - A Goodreads Theme", "version": "1.3.0", "description": "Nothing removed, just muted or moved out of the way.", "homepage_url": "https:\/\/github.com\/icetbr\/webext-cleanerreads", "author": "icetbr", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.goodreads.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html" }, "action": { "default_popup": "options.html", "browser_style": true }, "permissions": [ "storage", "activeTab" ] } |