Frog
Frogifies any webpage.
What is Frog?
Frog is a Chrome extension developed by Billo, and its main feature is "Frogifies any webpage.".
Extension Screenshots
Download Frog Extension CRX File
Download Frog 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
Extension Basic Information
Name | Frog |
ID | dibgfkdbgifkcldgakcodjjhnddaomje |
Official URL | https://chromewebstore.google.com/detail/frog/dibgfkdbgifkcldgakcodjjhnddaomje |
Description | Frogifies any webpage. |
File Size | 48.35 KB |
Installation Count | 121 |
Current Version | 1.0 |
Last Updated | 2017-06-26 |
Publish Date | 2017-06-25 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Billo |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Frog", "description": "Frogifies any webpage.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "frog.png" }, "permissions": [ "activeTab" ] } |