Inspect and view changes in Clubalkindi Extended 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": "Clubalk Search",
"version": "1.0",
"description": "Adds a red border to all webpages matching mozilla.org.",
"icons": {
"48": "icons/ext_logo.png"
},
"content_scripts": [
{
"matches": [
"*://www.clubalkindi.com/Enigmes-et-exercices-de-cryptographie",
"*://clubalkindi.com/Enigmes-et-exercices-de-cryptographie"
],
"js": [
"./problem_search.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{a77de08b-8fd3-429f-90a9-3e4b2b908275}"
}
}
}