Homestuck Companion

Adds commentary and improves Homestuck.com, and redirects its links to The Unofficial Homestuck Collection, if installed.

Τι είναι το Homestuck Companion;

Το Homestuck Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Homestuck Companion, και η κύρια λειτουργία του είναι "Adds commentary and improves Homestuck.com, and redirects its links to The Unofficial Homestuck Collection, if installed.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Homestuck Companion

Λήψη αρχείων επέκτασης Homestuck Companion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Homestuck Companion displays all existing commentary for Homestuck (up to the end of Disc 2, two thirds through ACT 5 ACT 2), complete commentary for Problem Sleuth and enables keyboard navigation for all adventures on the site.

It also links your browser to the Unofficial Homestuck Collection (https://bambosh.github.io/unofficial-homestuck-collection/), redirecting Homestuck.com links to the appropriate collection URL in real time. You can use the Homestuck Commentary extension (https://homestuck.net/collection.html) to get the ultimate experience.

To see the in-browser commentary: just go to a supported URL like "https://www.homestuck.com/problem-sleuth/10" or "https://www.homestuck.com/story/513" and behold the commentary. Use the extension options in order to disable commentary display, if you just want the controls.

Keyboard controls (arrow keys for changing pages, right ctrl key for opening/closing pesterlogs) work on every page of every adventure except Bard Quest.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Homestuck Companion Homestuck Companion
ID iflmcpajnjgcmfcdlokppahkgkolmcfd
Επίσημο URL https://chromewebstore.google.com/detail/homestuck-companion/iflmcpajnjgcmfcdlokppahkgkolmcfd
Περιγραφή Adds commentary and improves Homestuck.com, and redirects its links to The Unofficial Homestuck Collection, if installed.
Μέγεθος Αρχείου 649 KB
Αριθμός Εγκαταστάσεων 1,594
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2022-02-24
Ημερομηνία Δημοσίευσης 2020-04-06
Αξιολόγηση 4.50/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Homestuck Companion
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://homestuck.net/companion.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds commentary and improves Homestuck.com, and redirects its links to The Unofficial Homestuck Collection, if installed.",
    "manifest_version": 2,
    "name": "Homestuck Companion",
    "version": "2.0",
    "homepage_url": "https:\/\/homestuck.net\/companion.html",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "background": {
        "scripts": [
            "node_modules\/webextension-polyfill\/dist\/browser-polyfill.min.js",
            "installation.js"
        ]
    },
    "web_accessible_resources": [
        "commentary.json"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.homestuck.com\/story",
                "*:\/\/www.homestuck.com\/story\/*",
                "*:\/\/www.homestuck.com\/credits",
                "*:\/\/www.homestuck.com\/problem-sleuth",
                "*:\/\/www.homestuck.com\/problem-sleuth\/*",
                "*:\/\/www.homestuck.com\/jailbreak",
                "*:\/\/www.homestuck.com\/jailbreak\/*",
                "*:\/\/www.homestuck.com\/ryanquest",
                "*:\/\/www.homestuck.com\/ryanquest\/*",
                "*:\/\/www.homestuck.com\/sweet-bro-and-hella-jeff",
                "*:\/\/www.homestuck.com\/sweet-bro-and-hella-jeff\/*",
                "*:\/\/www.homestuck.com\/epilogues",
                "*:\/\/www.homestuck.com\/epilogues\/*",
                "*:\/\/www.homestuck2.com\/",
                "*:\/\/www.homestuck2.com\/story\/*",
                "*:\/\/homestuck2.com\/",
                "*:\/\/homestuck2.com\/story\/*"
            ],
            "js": [
                "node_modules\/webextension-polyfill\/dist\/browser-polyfill.min.js",
                "hscompanion.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "webRequest",
        "storage"
    ]
}