Make your browsing experience cool, cool cool cool. Coolify appends ", cool cool cool" to all instances of the word "cool" on a web page.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Coolify",
"version": "1.0.1",
"description": "Make your browsing experience cool, cool cool cool.",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Coolify!",
"default_icon": {
"16": "images/coolify16.png",
"32": "images/coolify32.png",
"48": "images/coolify48.png",
"128": "images/coolify128.png"
}
},
"icons": {
"16": "images/coolify16.png",
"32": "images/coolify32.png",
"48": "images/coolify48.png",
"128": "images/coolify128.png"
},
"manifest_version": 2
}