Inspect and view changes in Crunchyroll Gratis 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.2",
"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": "{0ae0e64b-a3fb-4d10-899d-145694340e00}"
}
}
}