Crunchyroll - Anime Score from MyAnimeList
Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net
Crunchyroll - Anime Score from MyAnimeListคืออะไร?
Crunchyroll - Anime Score from MyAnimeList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Crunchyroll -Anime- Score from MyAnimeList และคุณลักษณะหลักของมันคือ "Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crunchyroll - Anime Score from MyAnimeList
ดาวน์โหลดไฟล์ส่วนขยาย Crunchyroll - Anime Score from MyAnimeList ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1) Visit Crunchyroll.com
2) Browse Anime / Shows
3) Thanks to this extension you will be able to see the score of each Anime
4) The score is requested to MyAnimeList.net -it will be cached-
5) Pick an Anime and enjoy it!
Right click on the extension icon to access the Options:
- Fade low score Anime
- Clear Anime score cache
New in version 2.0: Crunchyroll beta support ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gmbngnmhdghglmgofmeikkaeipbeoknh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crunchyroll-anime-score-f/gmbngnmhdghglmgofmeikkaeipbeoknh |
| คำอธิบาย | Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net |
| ขนาดไฟล์ | 93.79 KB |
| จำนวนการติดตั้ง | 79 |
| เวอร์ชันปัจจุบัน | 2.0.1 |
| อัปเดตครั้งล่าสุด | 2021-07-06 |
| วันที่เผยแพร่ | 2021-06-02 |
| คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Crunchyroll -Anime- Score from MyAnimeList |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://www.buymeacoffee.com/CrunchyrollMAL |
| ภาษาที่รองรับ | en,es,es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"action": {
"default_popup": "popup\/popup.html"
},
"manifest_version": 3,
"version": "2.0.1",
"permissions": [
"webNavigation",
"scripting",
"storage",
"notifications"
],
"host_permissions": [
"*:\/\/*.crunchyroll.com\/*",
"*:\/\/*.myanimelist.net\/*"
],
"background": {
"service_worker": "background-wrapper.js"
},
"icons": {
"16": "\/logo\/logo.png",
"48": "\/logo\/logo.png",
"128": "\/logo\/logo.png"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
}
} | |