NicolasCage
Chrome extension to override all images in a page by Nicolas Cage.
NicolasCageคืออะไร?
NicolasCage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome extension to override all images in a page by Nicolas Cage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NicolasCage
ดาวน์โหลดไฟล์ส่วนขยาย NicolasCage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace all the images by Cage pictures ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | klhpehdhdohjpnammbkecooemnklnino |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nicolascage/klhpehdhdohjpnammbkecooemnklnino |
| คำอธิบาย | Chrome extension to override all images in a page by Nicolas Cage. |
| ขนาดไฟล์ | 2.16 MB |
| จำนวนการติดตั้ง | 575 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2019-03-15 |
| วันที่เผยแพร่ | 2019-03-15 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Unknown |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NicolasCage",
"version": "1.0",
"manifest_version": 2,
"description": "Chrome extension to override all images in a page by Nicolas Cage.",
"homepage_url": "https:\/\/github.com\/famoraes\/vampetase",
"author": "Fabiano Moraes",
"short_name": "Vampetase",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"page_action": {
"default_icon": "icons\/icon19.png"
},
"permissions": [
"contentSettings"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/vampetase.js"
]
}
]
} | |