Frogstension
Is the word frog somewhere on this page?
What is Frogstension?
Frogstension is a Chrome extension developed by imnotub, and its main feature is "Is the word frog somewhere on this page?".
Extension Screenshots
Download Frogstension Extension CRX File
Download Frogstension 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 tells you how many times the word frog appears on the page you're currently on.
Extension Basic Information
Name | Frogstension |
ID | jmkfbghghbfilijgakphfjmlamedbhhl |
Official URL | https://chromewebstore.google.com/detail/frogstension/jmkfbghghbfilijgakphfjmlamedbhhl |
Description | Is the word frog somewhere on this page? |
File Size | 564 KB |
Installation Count | 169 |
Current Version | 1.1 |
Last Updated | 2020-08-01 |
Publish Date | 2020-07-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | imnotub |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Frogstension", "description": "Is the word frog somewhere on this page?", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Frog?" }, "permissions": [ "activeTab" ] } |