Watermelon BETA

Review online terms and conditions in 1 click

What is Watermelon BETA?

Watermelon BETA is a Chrome extension developed by Unknown, and its main feature is "Review online terms and conditions in 1 click".

Extension Screenshots

Download Watermelon BETA Extension CRX File

Download Watermelon BETA 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

                        As lawyers, we understand what a pain it is to review online terms and conditions. From navigating page links, to paragraphs that go on forever, to clauses in ALL CAPITALS.......we could go on. 

To make things worse, you either have to read on screen (cue red eye) or print them out (think of the trees!). 

We also understand that, at least initially, you only need a few keys bits of information to get started. Like which jurisdiction applies, or if there are particular things you need to watch out for like unlimited indemnities. 

Watermelon gives lawyers the key bits of information they need from online terms and conditions in 1 click. 

Think of it as your head-start. With no printing, no red-eye and no scrolling. 

Please note, Watermelon does NOT constitute legal advice. 

COOKIES: Google's Analytics features allow us to access certain information about how Watermelon is used which, is obtained by using cookies. The cookies used ONLY access information about your use of Watermelon and expire when you close your browser. BY INSTALLING WATERMELON YOU ARE CONSENTING TO THE USE OF COOKIES FOR THESE PURPOSES.

PRIVACY: The information we are able to access relates to your use of Watermelon. It DOES include the url of the website you were on when you used Watermelon, how many times you used it and your location. We DO NOT collect information which allows us to identify you as an individual or your browsing history outside of your use of Watermelon.   

BETA: Please note we are still in BETA at the moment so Watermelon won't work on all sites, but we are working to add new ones all the time.                    

Extension Basic Information

Name Watermelon BETA Watermelon BETA
ID omnjogaekhhlbnhijlijjkdmlkeakamk
Official URL https://chromewebstore.google.com/detail/watermelon-beta/omnjogaekhhlbnhijlijjkdmlkeakamk
Description Review online terms and conditions in 1 click
File Size 37.7 KB
Installation Count 355
Current Version 0.0.2
Last Updated 2019-04-10
Publish Date 2019-04-06
Developer Unknown
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Watermelon BETA",
    "short_name": "Watermelon BETA",
    "description": "Review online terms and conditions in 1 click",
    "version": "0.0.2",
    "author": "@amarfahmy",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistence": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/watermelon.png",
        "default_popup": "popup.html",
        "default_title": "Review online terms and conditions in 1 click"
    }
}