提供元: Ahmad Zaky
Inspect and view changes in Multiplayer Wikigame source codes across current and past versions
minutebio.org →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Multiplayer Wikigame",
"version": "1.3.4",
"description": "Play multiplayer Wikiracing online with your friends, directly from the Wikipedia Page!",
"permissions": [
"storage",
"tabs",
"https://wikigame-multiplayer.herokuapp.com/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"32": "images/icon-32.png",
"128": "images/icon-128.png"
}
},
"content_scripts": [
{
"matches": [
"https://*.wikipedia.org/wiki/*",
"https://*.wikipedia.org/w/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://*.wikipedia.org/wiki/*",
"https://*.wikipedia.org/w/*"
],
"js": [
"ctrlf.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"images/header.png",
"images/icon-32.png"
],
"icons": {
"32": "images/icon-32.png",
"128": "images/icon-128.png"
}
} ベストのMultiplayer Wikigame代替案
Multiplayer Wikigameに類似したFirefox add-onをいくつか紹介します: