Vurds By Bermemes

Translate ya intenet to Bermewjan dialeck

What is Vurds By Bermemes?

Vurds By Bermemes is a Chrome extension developed by bermemes, and its main feature is "Translate ya intenet to Bermewjan dialeck".

Extension Screenshots

screenshot
screenshot

Download Vurds By Bermemes Extension CRX File

Download Vurds By Bermemes 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

                        "Vurds" by Bermemes is a simple translation extension that allows Bermudians and lovers of Bermuda to enjoy browsing the internet in Bermewjan Slang or creole will learning more about it.                    

Extension Basic Information

Name Vurds By Bermemes Vurds By Bermemes
ID blgcieboeijggakcknlijknbhkeodkbo
Official URL https://chrome.google.com/webstore/detail/vurds-by-bermemes/blgcieboeijggakcknlijknbhkeodkbo
Description Translate ya intenet to Bermewjan dialeck
File Size 199 KB
Installation Count 17
Current Version 0.0.1
Last Updated 2017-05-20
Publish Date 2017-05-20
Rating 5.00/5 Total 2 Ratings
Developer bermemes
Email [email protected]
Payment Type free
Extension Website http://www.bermemes.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vurds By Bermemes",
    "description": "Translate ya intenet to Bermewjan dialeck",
    "version": "0.0.1",
    "homepage_url": "http:\/\/www.bermemes.com\/vurds",
    "icons": {
        "16": "images\/on.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/on.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}