Scrollable Pesterlogs

Read the pesterlogs and look at the images on mspa at the same time.

Scrollable Pesterlogs क्या है?

Scrollable Pesterlogs tinau n द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read the pesterlogs and look at the images on mspa at the same time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scrollable Pesterlogs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Scrollable Pesterlogs Scrollable Pesterlogs
ID lbclcmplknojkdfplippmdeifbpaibgo
आधिकारिक URL https://chromewebstore.google.com/detail/scrollable-pesterlogs/lbclcmplknojkdfplippmdeifbpaibgo
विवरण Read the pesterlogs and look at the images on mspa at the same time.
फ़ाइल का आकार 7.33 KB
स्थापना संख्या 110
वर्तमान संस्करण 2.0
अंतिम अपडेट 2014-11-14
प्रकाशन तिथि 2014-11-14
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर tinau n
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}