Spoiled
This extension removes spoiler css from r/wow.
Co to jest Spoiled?
Spoiled to rozszerzenie Chrome opracowane przez ajmiddleton, a jego główną funkcją jest „This extension removes spoiler css from r/wow.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Spoiled
Pobierz pliki rozszerzeń Spoiled w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension removes the spoiler link flair from the World of Warcraft subreddit.
Podstawowe informacje o rozszerzeniu
Nazwa | Spoiled |
ID | dehngmfneocffmfblfgjphpeekkikoln |
Oficjalny URL | https://chromewebstore.google.com/detail/spoiled/dehngmfneocffmfblfgjphpeekkikoln |
Opis | This extension removes spoiler css from r/wow. |
Rozmiar pliku | 75.41 KB |
Liczba instalacji | 80 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2015-11-21 |
Data Publikacji | 2015-11-21 |
Deweloper | ajmiddleton |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |