Mr Mime
Non-Clickable websites for you !
What is Mr Mime?
Mr Mime is a Chrome extension developed by zoeiralabs, and its main feature is "Non-Clickable websites for you !".
Download Mr Mime Extension CRX File
Download Mr Mime 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
Com este plugin todos os sites que você acessar ficarão "travados", impossibilitando que você navegue.
Extension Basic Information
Name | |
ID | bjekdbbgahdjbcbcfalbliphaoilddef |
Official URL | https://chrome.google.com/webstore/detail/mr-mime/bjekdbbgahdjbcbcfalbliphaoilddef |
Description | Non-Clickable websites for you ! |
File Size | 31.04 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2015-07-17 |
Publish Date | 2015-07-17 |
Developer | zoeiralabs |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "background.js" ], "matches": [ "*:\/\/*\/*" ] } ], "description": "Non-Clickable websites for you !", "manifest_version": 2, "name": "Mr Mime", "permissions": [ "activeTab" ], "version": "1.0", "icons": { "48": "MrMime48.png", "128": "MrMime128.png" } } |