A tribute to David Hasselhoff
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Death Metal Rooster",
"version": "1.0.1",
"manifest_version": 2,
"description": "A tribute to David Hasselhoff",
"icons": {
"128": "icon_128.png"
},
"content_security_policy": "script-src 'self'; object-src 'self' https://www.youtube.com",
"browser_action": {
"default_title": "YEEEEEAAAAAAAAHHH!",
"default_icon": "action.png",
"default_popup": "popup.html"
}
}