r/anime Enhanced
Add functionalities to r/anime
r/anime Enhancedคืออะไร?
r/anime Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย karl และคุณลักษณะหลักของมันคือ "Add functionalities to r/anime"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย r/anime Enhanced
ดาวน์โหลดไฟล์ส่วนขยาย r/anime Enhanced ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps in using comment faces on the subreddits r/anime and r/manga. Users can very easily browser and search fitting faces, add text to them and include them in a comment.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | r/anime Enhanced |
ID | fpgkklfainkaakkgihcfdgeglleogkhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ranime-enhanced/fpgkklfainkaakkgihcfdgeglleogkhc |
คำอธิบาย | Add functionalities to r/anime |
ขนาดไฟล์ | 41.14 KB |
จำนวนการติดตั้ง | 186 |
เวอร์ชันปัจจุบัน | 1.4.7 |
อัปเดตครั้งล่าสุด | 2019-03-23 |
วันที่เผยแพร่ | 2019-03-22 |
ผู้พัฒนา | karl |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Add functionalities to r\/anime", "manifest_version": 2, "name": "r\/anime Enhanced", "version": "1.4.7", "permissions": [ "https:\/\/shit-taste.net\/api\/*", "https:\/\/graphql.anilist.co\/*", "storage" ], "homepage_url": "https:\/\/github.com\/Chariotwheel\/ranime-Extension", "icons": { "48": "icons\/border-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/anime\/*", "*:\/\/*.reddit.com\/r\/manga\/*", "*:\/\/*.reddit.com\/r\/ftfanime\/*", "*:\/\/*.reddit.com\/r\/AnimeImpressions\/*" ], "js": [ "jquery-3.3.1.min.js", "enhance.js" ], "css": [ "enhance.css" ] } ], "options_ui": { "page": "options.html" } } |