Sorin Status
Appends Sorin Markov's current status to every Magic Story article.
What is Sorin Status?
Sorin Status is a Chrome extension developed by Tim Van Baak, and its main feature is "Appends Sorin Markov's current status to every Magic Story article.".
Extension Screenshots
Download Sorin Status Extension CRX File
Download Sorin Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Have you ever finished reading a Magic Story article on the latest humorous or dramatic exploits of the Gatewatch, only to reach the end and find yourself bereft of any updates on the status of your favorite white/black-aligned vampire Innistradi planeswalker? Find yourself bereft no longer, for with SorinStatus, each and every Magic Story article will be greatly improved by the addition of an epilogue informing you that, in fact, Sorin Markov is still stuck in a rock. Art by Cynthia Sheppard.
Extension Basic Information
Name | Sorin Status |
ID | fldelecpfdjnjhdpgkoglnejmkklcnjn |
Official URL | https://chromewebstore.google.com/detail/sorin-status/fldelecpfdjnjhdpgkoglnejmkklcnjn |
Description | Appends Sorin Markov's current status to every Magic Story article. |
File Size | 53.81 KB |
Installation Count | 143 |
Current Version | 1.0.1 |
Last Updated | 2017-09-14 |
Publish Date | 2017-09-14 |
Rating | 4.65/5 Total 17 Ratings |
Developer | Tim Van Baak |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sorin Status", "description": "Appends Sorin Markov's current status to every Magic Story article.", "version": "1.0.1", "author": "Tim Van Baak", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/magic.wizards.com\/en\/articles\/archive\/magic-story\/*", "https:\/\/magic.wizards.com\/en\/articles\/archive\/magic-story\/*" ], "js": [ "append_sorin.js" ] } ] } |