HS Archived
This extension replaces obsolete Flash, low-quality Youtube videos, and HTML5 versions of animated content in the Homestuck Website.
Τι είναι το HS Archived;
Το HS Archived είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wakraya, και η κύρια λειτουργία του είναι "This extension replaces obsolete Flash, low-quality Youtube videos, and HTML5 versions of animated content in the Homestuck Website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HS Archived
Λήψη αρχείων επέκτασης HS Archived σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hello! I am Roxy. I am also known as Wakraya and Homestuck Examination, and recently, I finished an Archival Project to preserve all Homestuck Flashes as videos, Homestuck Archived. Of course, simply having the Videos to preserve the content in high quality was nice, but I wanted to go a step beyond. Enter: This Extension, which replaces the Flash and HTML5 content from Homestuck.com, and injects my Videos instead! Considering I don't know what the state of the Homestuck Website will be by the time Flash becomes obsolete, I wanted to make an easy and quick way to preserve as much of the original experience and even improve the quality in some aspects, of the original Website. In addition to improved and updated Videos for each original Flash Page, this Plug-in will include Links to pages that would have otherwise been linked through Flash, but evidently no longer can be linked as an embed Youtube video. I have tested this Extension in two computers- One running on Windows 7, and another on 8, with the most updated version of Chrome, and outside of some light lag in certain, content-intensive pages, it seems to work flawlessly! However my test sample was small. Please report any bugs and glitches you may experience here, and if a Flash Page doesn't change properly, try refreshing first. I intended to make this for Firefox too- But Firefox presented a couple of unique problems Chrome doesn't have that made some pages quite literally un-navigable. If I find a way to fix it, I'll make sure to upload the counterpart, but as it stands, this is the only existing version of this Plug-In. Also do consider, I am not an expert in this kind of stuff. I'll admit, some of this code is pure spaghetti, but I've manually checked every single page it affects, and it shooooould work just fine. Finally, Youtube doesn't allow recommended videos to be turned off, so be aware, when the video runs out, about the possibility of Spoilers in the thumbnails! This project was designed, in the first place, to help newcomers getting into Homestuck get the best possible experience, but that is something that cannot be solved, simply by how Youtube itself works. And if you don't know what Homestuck is, but this preservation effort interests you... Good luck. https://www.homestuck.com/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nndloomnepdkmbaohgomkojklffgncjm |
Επίσημο URL | https://chromewebstore.google.com/detail/hs-archived/nndloomnepdkmbaohgomkojklffgncjm |
Περιγραφή | This extension replaces obsolete Flash, low-quality Youtube videos, and HTML5 versions of animated content in the Homestuck Website. |
Μέγεθος Αρχείου | 47.56 KB |
Αριθμός Εγκαταστάσεων | 241 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2020-10-28 |
Ημερομηνία Δημοσίευσης | 2020-09-17 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | wakraya |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.youtube.com/c/HomestuckArchived/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://homestuckexamination.tumblr.com/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HS Archived", "version": "1.3", "description": "This extension replaces obsolete Flash, low-quality Youtube videos, and HTML5 versions of animated content in the Homestuck Website.", "content_scripts": [ { "js": [ "replace.js" ], "matches": [ "*:\/\/*.homestuck.com\/story*" ] } ], "page_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |