Whowatch Hide Item Animation
ふわっちのアイテムアニメーションを非表示にできる拡張機能です。
Whowatch Hide Item Animationคืออะไร?
Whowatch Hide Item Animation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://archives.ga และคุณลักษณะหลักของมันคือ "ふわっちのアイテムアニメーションを非表示にできる拡張機能です。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whowatch Hide Item Animation
ดาวน์โหลดไฟล์ส่วนขยาย Whowatch Hide Item Animation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ライブ配信サービス「ふわっち」において、アイテムアニメーションの表示をON/OFF切り替えることができる拡張機能です。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hcljcgeadflggnajjiidffdbegpeighd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whowatch-hide-item-animat/hcljcgeadflggnajjiidffdbegpeighd |
| คำอธิบาย | ふわっちのアイテムアニメーションを非表示にできる拡張機能です。 |
| ขนาดไฟล์ | 41.13 KB |
| จำนวนการติดตั้ง | 84 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2020-12-12 |
| วันที่เผยแพร่ | 2020-12-12 |
| ผู้พัฒนา | https://archives.ga |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Whowatch Hide Item Animation",
"manifest_version": 2,
"version": "1.0.1",
"description": "\u3075\u308f\u3063\u3061\u306e\u30a2\u30a4\u30c6\u30e0\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3067\u304d\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
"author": "archives",
"homepage_url": "https:\/\/archives.ga",
"icons": {
"16": "images\/icon128.png",
"48": "images\/icon128.png",
"128": "images\/icon128.png"
},
"page_action": {
"default_icon": {
"19": "images\/icon128.png"
},
"default_title": "Whowatch Hide Item Animation"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.whowatch.tv\/*",
"*:\/\/whowatch.tv\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/jquery.js",
"js\/content.js"
],
"run_at": "document_end",
"all_frames": true
}
]
} | |