Scrollable Pesterlogs
Read the pesterlogs and look at the images on mspa at the same time.
Qu'est-ce que Scrollable Pesterlogs ?
Scrollable Pesterlogs est une extension Chrome développée par tinau n, et sa fonction principale est "Read the pesterlogs and look at the images on mspa at the same time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scrollable Pesterlogs
Téléchargez les fichiers d'extension Scrollable Pesterlogs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Scrollable Pesterlogs |
ID | lbclcmplknojkdfplippmdeifbpaibgo |
URL Officiel | https://chromewebstore.google.com/detail/scrollable-pesterlogs/lbclcmplknojkdfplippmdeifbpaibgo |
Description | Read the pesterlogs and look at the images on mspa at the same time. |
Taille du Fichier | 7.33 KB |
Nombre d'Installations | 110 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2014-11-14 |
Date de Publication | 2014-11-14 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | tinau n |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |