The Eevee extension
Kade built this with love.
What is The Eevee extension?
The Eevee extension is a Chrome extension developed by adracko, and its main feature is "Kade built this with love.".
Download The Eevee extension Extension CRX File
Download The Eevee extension 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
It does eevee things when clicked.
Extension Basic Information
Name | |
ID | likoiajejojmiiagmobhcenofhmbkhge |
Official URL | https://chrome.google.com/webstore/detail/the-eevee-extension/likoiajejojmiiagmobhcenofhmbkhge |
Description | Kade built this with love. |
File Size | 594 KB |
Installation Count | 399 |
Current Version | 33733.11 |
Last Updated | 2017-10-26 |
Publish Date | 2017-10-26 |
Rating | 4.67/5 Total 15 Ratings |
Developer | adracko |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Eevee extension", "version": "33733.11", "manifest_version": 2, "description": "Kade built this with love.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "background": { "scripts": [ "js\/main.js" ], "persistent": false }, "browser_action": { "default_title": "Eevee! TEST", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" } }, "homepage_url": "https:\/\/bulbapedia.bulbagarden.net\/wiki\/Eevee_(Pok%C3%A9mon)" } |