Inspect and view changes in BTS to BTK 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": "BTS to BTK",
"version": "1.0",
"description": "Replaces the text 'BTS' with 'BTK'.",
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content_script.js"
],
"run_at": "document_idle"
}
]
}