Inspect and view changes in Fuffa Stop 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
{
"manifest_version": 2,
"name": "Fuffa Stop",
"description": "Traduttore dal fuffese all'italiano. Traduce magicamente tutte le espressioni insensate e fastidiose come 'il popolo del web' o 'รจ diventato virale' in frasi sensate.",
"icons": {
"48": "icons/stfu-48.png",
"96": "icons/stfu-96.png"
},
"version": "1.0.2",
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
}