Inspect and view changes in 挪抬 性 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
{
"name": "挪抬 性",
"description": "Put a space in front of each \"性\" character.",
"version": "1.2resigned1",
"permissions": [
"storage",
"tabs"
],
"icons": {
"128": "active.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "active.png",
"default_title": "Spaced Sex"
},
"manifest_version": 2,
"applications": {
"gecko": {
"id": "@SpacedSex"
}
}
}