Pool Party

Inkbunny Downloader

Pool Party क्या है?

Pool Party SammiHusky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inkbunny Downloader"।

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

screenshot

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

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

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

                        Adds a download button to Inkbunny. Just click and the extension will begin downloading a zip of all submissions (including submissions with multiple files!). Supports downloading Favorites, Gallery, Scraps, Pools, and should be capable of downloading all submission types (Stories, videos, animations, images, music)

Known Issues:
   * Occasionally fails when gathering links with a 429 error ("too many requests")

Changelog:
1.6.5.1 (12/3/2020)
   * Now displays page number when gathering links
   * Improve stability when downloading multiple pages

1.6.5.0 (11/23/2020)
   * Fix for following redirects when fetching assets
   * More progress indicators
   * Fix CORS issues caused by chrome updates
   * Slow down requests to Inkbunny to avoid 'too many request' errors.

2/16/2020
   * Added visual progress indicators
   * Better error handling
   * Significantly increase speed by starting downloads asynchronously
   * Fix obscure bugs that would stop downloading of certain files                    

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

नाम Pool Party Pool Party
ID jlekbmkagifecnkhfjbgcdfgkpgdeolf
आधिकारिक URL https://chromewebstore.google.com/detail/pool-party/jlekbmkagifecnkhfjbgcdfgkpgdeolf
विवरण Inkbunny Downloader
फ़ाइल का आकार 59.85 KB
स्थापना संख्या 295
वर्तमान संस्करण 1.6.5.1
अंतिम अपडेट 2020-12-09
प्रकाशन तिथि 2020-02-17
रेटिंग 2.58/5 कुल 12 रेटिंग्स
डेवलपर SammiHusky
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pool Party",
    "version": "1.6.5.1",
    "description": "Inkbunny Downloader",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inkbunny.net\/submissionsviewall.php*",
                "https:\/\/inkbunny.net\/gallery*",
                "https:\/\/inkbunny.net\/scraps*"
            ],
            "exclude_globs": [
                "*https:\/\/inkbunny.net\/submissionsviewall.php*mode=search*",
                "*https:\/\/inkbunny.net\/submissionsviewall.php*mode=recent*",
                "*https:\/\/inkbunny.net\/submissionsviewall.php*mode=popular*"
            ],
            "js": [
                "src\/lib\/jszip.min.js",
                "src\/lib\/FileSaver.min.js",
                "src\/content.js"
            ],
            "css": [
                "src\/css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/poolparty16.png",
        "32": "images\/poolparty32.png",
        "48": "images\/poolparty48.png",
        "128": "images\/poolparty128.png"
    },
    "manifest_version": 2
}