By: Tuyet
Inspect and view changes in Tab Battleship source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Battleship",
"version": "1.0",
"description": "Mỗi tab là một 'tàu chiến'. Chọn bắn ngẫu nhiên tab khác để xem trúng hay trượt.",
"permissions": [
"tabs",
"storage",
"activeTab",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_title": "Tab Battleship",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{e40da323-1dc7-4d92-ab46-74408a1b2650}"
}
}
} Best Tab Battleship Alternatives
Here are some Firefox add-ons that are similar to Tab Battleship: