Crunchyroll Spoiler Patrol
Hides episode titles, descriptions, and thumbnails on Crunchyroll.com
Wat is Crunchyroll Spoiler Patrol?
Crunchyroll Spoiler Patrol is een Chrome-extensie ontwikkeld door https://jihae.moe, en de belangrijkste functie is "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Crunchyroll Spoiler Patrol
Download Crunchyroll Spoiler Patrol-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
Hides episode titles and preview images on Crunchyroll's desktop site
Basisinformatie over de Extensie
Naam | |
ID | knjolfkaakakjkidapblabdknegcikjo |
Officiële URL | https://chromewebstore.google.com/detail/crunchyroll-spoiler-patro/knjolfkaakakjkidapblabdknegcikjo |
Beschrijving | Hides episode titles, descriptions, and thumbnails on Crunchyroll.com |
Bestandsgrootte | 115 KB |
Aantal Installaties | 40 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2020-04-27 |
Publicatiedatum | 2020-04-26 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://jihae.moe |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchyroll Spoiler Patrol", "description": "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com", "version": "0.0.0.1", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "Crunchyroll Spoiler Patrol", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "tabs", "https:\/\/www.crunchyroll.com\/*" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |