Slowly chickens your websites over time.
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",
"manifest_version": 3,
"name": "Slowly, Chicken",
"version": "0.0.2",
"description": "Slowly chickens your websites over time.",
"icons": {
"128": "./assets/logo_128.png"
},
"content_scripts": [
{
"matches": [
"*://*/",
"<all_urls>"
],
"js": [
"background.js"
],
"all_frames": true,
"run_at": "document_idle"
}
]
}