Milos

Ricardo Milos EVERYWHERE!

What is Milos?

Milos is a Chrome extension developed by Gui Rangel, and its main feature is "Ricardo Milos EVERYWHERE!".

Extension Screenshots

screenshot

Download Milos Extension CRX File

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

                        Replace every image with Ricardo Milos!                    

Extension Basic Information

Name Milos Milos
ID jkenjndnmcgfdbajcobaelhpnfeeleei
Official URL https://chrome.google.com/webstore/detail/milos/jkenjndnmcgfdbajcobaelhpnfeeleei
Description Ricardo Milos EVERYWHERE!
File Size 29.33 KB
Installation Count 31
Current Version 1.0
Last Updated 2020-01-03
Publish Date 2020-01-03
Rating 5.00/5 Total 2 Ratings
Developer Gui Rangel
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Milos",
    "version": "1.0",
    "description": "Ricardo Milos EVERYWHERE!",
    "icons": {
        "16": "milos-icon-16.png",
        "48": "milos-icon-48.png",
        "128": "milos-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "tab.js"
            ]
        }
    ]
}