Scratchy
The Official extension for of the YouTuber, Scratchy!
Wat is Scratchy?
Scratchy is een Chrome-extensie ontwikkeld door Brandon S., en de belangrijkste functie is "The Official extension for of the YouTuber, Scratchy!".
Extensie Screenshots
Download het CRX-bestand van de extensie Scratchy
Download Scratchy-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 was made by Brandon for Scratchy's fans and him, to make navigation a little bit easier!
Basisinformatie over de Extensie
Naam | |
ID | hnioaikoffjpgglkkgceabhlklkkkddm |
Officiële URL | https://chrome.google.com/webstore/detail/scratchy/hnioaikoffjpgglkkgceabhlklkkkddm |
Beschrijving | The Official extension for of the YouTuber, Scratchy! |
Bestandsgrootte | 50.6 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-11-26 |
Publicatiedatum | 2018-11-26 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Brandon S. |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scratchy", "description": "The Official extension for of the YouTuber, Scratchy!", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |