Nyan Cat Progress Bar for YouTube™
Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!
Nyan Cat Progress Bar for YouTube™คืออะไร?
Nyan Cat Progress Bar for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel และคุณลักษณะหลักของมันคือ "Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nyan Cat Progress Bar for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย Nyan Cat Progress Bar for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Animated Nyan Cat progress bar theme for YouTube! It's time for Pop-Tart cat and rainbows!
This cute Nyan Cat progress bar will work for all videos on YouTube.
** 24 March 2017: Updated for YouTube's new HTML5 player.
[original Nyan Cat image by PRguitarman]
nyan nyan nyan nyan nyan nyan nyan nyan! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bdjaekjkckpdknkfncfnaibkabdcgmkg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nyan-cat-progress-bar-for/bdjaekjkckpdknkfncfnaibkabdcgmkg |
| คำอธิบาย | Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan! |
| ขนาดไฟล์ | 45.09 KB |
| จำนวนการติดตั้ง | 203,188 |
| เวอร์ชันปัจจุบัน | 1.18 |
| อัปเดตครั้งล่าสุด | 2017-03-26 |
| วันที่เผยแพร่ | 2017-03-26 |
| คะแนน | 3.87/5 รวมทั้งหมด 991 คะแนน |
| ผู้พัฒนา | Daniel |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nyan Cat Progress Bar for YouTube\u2122",
"short_name": "NyanCat 4 YT",
"version": "1.18",
"description": "Nyan Cat Progress Bar for YouTube\u2122! Nyan nyan nyan nyan nyan!",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon32.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"css": [
"nyan.css"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
],
"web_accessible_resources": [
"nyanimated.gif"
]
} | |