Inspect and view changes in Crunchyroll iFrame Player source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Crunchyroll iFrame Player",
"version": "1.0.3",
"description": "Permite ver todos os vĂdeos do crunchyroll gratuitamente.",
"author": "itallolegal",
"icons": {
"48": "icon.png"
},
"browser_action": {
"default_title": "Crunchyroll iFrame Player",
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"http://www.crunchyroll.com/*",
"https://www.crunchyroll.com/*"
],
"css": [
"content.css"
],
"js": [
"content.js"
]
}
],
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{9db6e788-0318-4cc3-9c36-4c33baccd93b}"
}
}
}