Spoiled
This extension removes spoiler css from r/wow.
Wat is Spoiled?
Spoiled is een Chrome-extensie ontwikkeld door ajmiddleton, en de belangrijkste functie is "This extension removes spoiler css from r/wow.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spoiled
Download Spoiled-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension removes the spoiler link flair from the World of Warcraft subreddit. Basisinformatie over de Extensie
| Naam | |
| ID | dehngmfneocffmfblfgjphpeekkikoln |
| Officiële URL | https://chromewebstore.google.com/detail/spoiled/dehngmfneocffmfblfgjphpeekkikoln |
| Beschrijving | This extension removes spoiler css from r/wow. |
| Bestandsgrootte | 75.41 KB |
| Aantal Installaties | 80 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2015-11-21 |
| Publicatiedatum | 2015-11-21 |
| Ontwikkelaar | ajmiddleton |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |