Crunchyroll Synopsis Hider
An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
Wat is Crunchyroll Synopsis Hider?
Crunchyroll Synopsis Hider is een Chrome-extensie ontwikkeld door Zak Farmer, en de belangrijkste functie is "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Crunchyroll Synopsis Hider
Download Crunchyroll Synopsis Hider-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
An extension that hides the synopsis of anime episodes on Crunchyroll for the purpose of avoiding spoilers.
Basisinformatie over de Extensie
Naam | Crunchyroll Synopsis Hider |
ID | knifeefpnmekmdbhcijgobndaklhclea |
Officiële URL | https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea |
Beschrijving | An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers. |
Bestandsgrootte | 216 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2016-09-24 |
Publicatiedatum | 2016-09-24 |
Beoordeling | 3.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Zak Farmer |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchyroll Synopsis Hider", "description": "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.", "version": "1.1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "crunchyroll.css" ], "matches": [ "http:\/\/www.crunchyroll.com\/*" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/www.crunchyroll.com\/*", "tabs" ], "web_accessible_resources": [ "crunchyroll.css" ] } |