Darth Plagueis The Wise
Plays the tragedy of Darth Plagueis The Wise
What is Darth Plagueis The Wise?
Darth Plagueis The Wise is a Chrome extension developed by mdraughondev, and its main feature is "Plays the tragedy of Darth Plagueis The Wise".
Extension Screenshots
Download Darth Plagueis The Wise Extension CRX File
Download Darth Plagueis The Wise 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
A meme extension that I made that plays The Tragedy of Darth Plagueis The Wise
Extension Basic Information
Name | Darth Plagueis The Wise |
ID | fbdnhcoopdiafnfaggdaflllfnoihghj |
Official URL | https://chromewebstore.google.com/detail/darth-plagueis-the-wise/fbdnhcoopdiafnfaggdaflllfnoihghj |
Description | Plays the tragedy of Darth Plagueis The Wise |
File Size | 4.3 MB |
Installation Count | 18 |
Current Version | 0.1 |
Last Updated | 2018-04-06 |
Publish Date | 2018-04-05 |
Rating | 5.00/5 Total 6 Ratings |
Developer | mdraughondev |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Darth Plagueis The Wise", "version": "0.1", "manifest_version": 2, "description": "Plays the tragedy of Darth Plagueis The Wise", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ] } |