Scratchy
The Official extension for of the YouTuber, Scratchy!
What is Scratchy?
Scratchy is a Chrome extension developed by Brandon S., and its main feature is "The Official extension for of the YouTuber, Scratchy!".
Extension Screenshots
Download Scratchy Extension CRX File
Download Scratchy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Extension was made by Brandon for Scratchy's fans and him, to make navigation a little bit easier!
Extension Basic Information
Name | |
ID | hnioaikoffjpgglkkgceabhlklkkkddm |
Official URL | https://chrome.google.com/webstore/detail/scratchy/hnioaikoffjpgglkkgceabhlklkkkddm |
Description | The Official extension for of the YouTuber, Scratchy! |
File Size | 50.6 KB |
Installation Count | 13 |
Current Version | 1.0.0 |
Last Updated | 2018-11-26 |
Publish Date | 2018-11-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Brandon S. |
Payment Type | free |
Supported Languages | 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" ] } |