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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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"
}
]
} | |