Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Isekaianimes API",
"version": "1.0",
"description": "Sincronize automaticamente t\u00edtulos e epis\u00f3dios assistidos na Crunchyroll com seus animes salvos no Isekaianimes.",
"permissions": [
"activeTab",
"tabs"
],
"host_permissions": [
"https:\/\/www.crunchyroll.com\/*"
],
"optional_host_permissions": [
"https:\/\/*.isekai.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.crunchyroll.com\/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"minimum_chrome_version": "88.0"
}