rBritto
Replaces all images on all pages to Romero Britto.
什么是rBritto?
rBritto是由jao开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on all pages to Romero Britto.”。
扩展截图
下载rBritto扩展crx文件
下载rBritto扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | rBritto |
ID | ijjnadalmfcjlkgdahhjmhaapnjfciba |
官方URL | https://chromewebstore.google.com/detail/rbritto/ijjnadalmfcjlkgdahhjmhaapnjfciba |
简介 | Replaces all images on all pages to Romero Britto. |
文件大小 | 39.59 KB |
安装次数 | 15 |
当前版本 | 1 |
更新时间 | 2014-11-27 |
上架时间 | 2014-11-27 |
评分 | 1.00/5 共5次评分 |
开发者 | jao |
付费类型 | free |
支持的语言 | 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" } ] } |