GROOT
Simple saying I am GROOT!
What is GROOT?
GROOT is a Chrome extension developed by busfy.roman, and its main feature is "Simple saying I am GROOT!".
Extension Screenshots
Download GROOT Extension CRX File
Download GROOT 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
After click on icon it simply say I am Groot! (in baby version). Version 0.0.2 -new Name
Extension Basic Information
Name | |
ID | jgffcenklofhkcjcnpkklhkkbfiejdeb |
Official URL | https://chrome.google.com/webstore/detail/groot/jgffcenklofhkcjcnpkklhkkbfiejdeb |
Description | Simple saying I am GROOT! |
File Size | 1.51 MB |
Installation Count | 831 |
Current Version | 0.0.2 |
Last Updated | 2017-10-24 |
Publish Date | 2017-10-24 |
Rating | 4.47/5 Total 17 Ratings |
Developer | busfy.roman |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GROOT", "version": "0.0.2", "manifest_version": 2, "description": "Simple saying I am GROOT!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "icon" }, "background": { "scripts": [ "background.js" ] }, "default_locale": "en", "permissions": [ "activeTab", "storage" ] } |