MockWeb

now every website you go to will be a sponge bob mock meme

What is MockWeb?

MockWeb is a Chrome extension developed by Unknown, and its main feature is "now every website you go to will be a sponge bob mock meme".

Extension Screenshots

screenshot

Download MockWeb Extension CRX File

Download MockWeb 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

                        replaces text in the document body                    

Extension Basic Information

Name MockWeb MockWeb
ID bjhpagiaodidbbefbpncakddfbdggoaj
Official URL https://chromewebstore.google.com/detail/mockweb/bjhpagiaodidbbefbpncakddfbdggoaj
Description now every website you go to will be a sponge bob mock meme
File Size 408 KB
Installation Count 31
Current Version 1.1
Last Updated 2017-09-16
Publish Date 2017-09-15
Rating 3.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MockWeb",
    "version": "1.1",
    "description": "now every website you go to will be a sponge bob mock meme",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected.js"
            ]
        }
    ]
}