rBritto

Replaces all images on all pages to Romero Britto.

What is rBritto?

rBritto is a Chrome extension developed by jao, and its main feature is "Replaces all images on all pages to Romero Britto.".

Extension Screenshots

screenshot

Download rBritto Extension CRX File

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

                                            

Extension Basic Information

Name rBritto rBritto
ID ijjnadalmfcjlkgdahhjmhaapnjfciba
Official URL https://chromewebstore.google.com/detail/rbritto/ijjnadalmfcjlkgdahhjmhaapnjfciba
Description Replaces all images on all pages to Romero Britto.
File Size 39.59 KB
Installation Count 15
Current Version 1
Last Updated 2014-11-27
Publish Date 2014-11-27
Rating 1.00/5 Total 5 Ratings
Developer jao
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rBritto",
    "description": "Replaces all images on all pages to Romero Britto.",
    "manifest_version": 2,
    "version": "1",
    "icons": {
        "128": "icon_128x128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "rBritto.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}