rBritto
Replaces all images on all pages to Romero Britto.
rBrittoคืออะไร?
rBritto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jao และคุณลักษณะหลักของมันคือ "Replaces all images on all pages to Romero Britto."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rBritto
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |