Scrollable Pesterlogs
Read the pesterlogs and look at the images on mspa at the same time.
Scrollable Pesterlogs là gì?
Scrollable Pesterlogs là một tiện ích mở rộng Chrome được phát triển bởi tinau n, và tính năng chính của nó là "Read the pesterlogs and look at the images on mspa at the same time.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scrollable Pesterlogs
Tải xuống các tệp mở rộng Scrollable Pesterlogs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scrollable Pesterlogs |
ID | lbclcmplknojkdfplippmdeifbpaibgo |
URL Chính Thức | https://chromewebstore.google.com/detail/scrollable-pesterlogs/lbclcmplknojkdfplippmdeifbpaibgo |
Mô tả | Read the pesterlogs and look at the images on mspa at the same time. |
Kích Thước Tệp | 7.33 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2014-11-14 |
Ngày Phát Hành | 2014-11-14 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | tinau n |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |