Spoiled
This extension removes spoiler css from r/wow.
What is Spoiled?
Spoiled is a Chrome extension developed by ajmiddleton, and its main feature is "This extension removes spoiler css from r/wow.".
Extension Screenshots
Download Spoiled Extension CRX File
Download Spoiled 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
This extension removes the spoiler link flair from the World of Warcraft subreddit.
Extension Basic Information
Name | Spoiled |
ID | dehngmfneocffmfblfgjphpeekkikoln |
Official URL | https://chromewebstore.google.com/detail/spoiled/dehngmfneocffmfblfgjphpeekkikoln |
Description | This extension removes spoiler css from r/wow. |
File Size | 75.41 KB |
Installation Count | 80 |
Current Version | 0.1.1 |
Last Updated | 2015-11-21 |
Publish Date | 2015-11-21 |
Developer | ajmiddleton |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spoiled", "description": "This extension removes spoiler css from r\/wow.", "version": "0.1.1", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/wow*" ], "js": [ "jquery.js", "remove_spoilers.js" ] } ] } |