CrunchyScore - MAL Score on Crunchyroll
Add MyAnimeList Ranking on Crunchyroll page
什麼是CrunchyScore - MAL Score on Crunchyroll?
CrunchyScore - MAL Score on Crunchyroll是由befabri開發的Chrome擴展程式,該擴展的主要功能是“Add MyAnimeList Ranking on Crunchyroll page”。
擴展截圖
下載CrunchyScore - MAL Score on Crunchyroll擴展crx文件
下載CrunchyScore - MAL Score on Crunchyroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Explore Crunchyroll in a new way. Say goodbye to extra tabs and access MyAnimeList anime ratings right within Crunchyroll!
Discover a variety of customizable features that seamlessly integrate anime scores into your Crunchyroll browsing.
The scores are available on the following pages:
- Popular
- Newest
- Simulcast
- Videos (Genres)
Customize the Look with this options:
- Score Text Color
- Score Label
- Decimal Precision
- Sorting
To access these options, click on the extension icon to bring up the pop-up window. 擴展基本資訊
| 名稱 | |
| ID | coiidbjimmeojgdkclafjccnhgenmmbi |
| 官方網址 | https://chromewebstore.google.com/detail/crunchyscore-mal-score-on/coiidbjimmeojgdkclafjccnhgenmmbi |
| 簡介 | Add MyAnimeList Ranking on Crunchyroll page |
| 檔案大小 | 40.95 KB |
| 安裝次數 | 48 |
| 目前版本 | 0.0.6 |
| 更新時間 | 2024-02-05 |
| 上架時間 | 2023-06-07 |
| 開發者 | befabri |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://crunchyscore.app/ |
| 隱私政策頁面URL | https://crunchyscore.app/privacy |
| 支援的語言 | de,en,fr,nl,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CrunchyScore - MAL Score on Crunchyroll",
"version": "0.0.6",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html"
},
"default_locale": "en",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/www.crunchyroll.com\/",
"https:\/\/api.crunchyscore.app\/"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.crunchyroll.com\/*"
],
"js": [
"content.js"
]
}
]
} | |