Scrollable Pesterlogs
Read the pesterlogs and look at the images on mspa at the same time.
¿Qué es Scrollable Pesterlogs?
Scrollable Pesterlogs es una extensión de Chrome desarrollada por tinau n, y su función principal es "Read the pesterlogs and look at the images on mspa at the same time.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Scrollable Pesterlogs
Descarga archivos de extensión Scrollable Pesterlogs 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
This extension allows a maximum height to be set for pesterlogs on mspaintadventures.com. Pesterlogs longer then that max height will be cut off and allowed to scroll independently of the page. No more waiting to see if gifs had finished before reading the rest of the page. No more scrolling back and forth or opening two windows to keep the panel and the logs on screen at once. Notes: * Does not work on the act 6 intermission 4 and beyond authorlogs, only click to open style chat logs. * Only supports mspaintadventures for right now, other websites with similar formatting are ignored.
Información Básica de la Extensión
Nombre | Scrollable Pesterlogs |
ID | lbclcmplknojkdfplippmdeifbpaibgo |
URL Oficial | https://chromewebstore.google.com/detail/scrollable-pesterlogs/lbclcmplknojkdfplippmdeifbpaibgo |
Descripción | Read the pesterlogs and look at the images on mspa at the same time. |
Tamaño del Archivo | 7.33 KB |
Cantidad de Instalaciones | 110 |
Versión Actual | 2.0 |
Última Actualización | 2014-11-14 |
Fecha de Publicación | 2014-11-14 |
Calificación | 2.33/5 Total de 3 Calificaciones |
Desarrollador | tinau n |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrollable Pesterlogs", "description": "Read the pesterlogs and look at the images on mspa at the same time.", "version": "2.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/www.mspaintadventures.com\/*", "http:\/\/mspaintadventures.com\/*" ], "js": [ "scroll.js" ], "run_at": "document_end" } ] } |