By: wowi
Inspect and view changes in KoGaMa Buddy source codes across current and past versions
minutebio.org →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "KoGaMa Buddy",
"version": "1.11.0",
"description": "Enhance your KoGaMa experience with several new features and bug fixes suggested by the community!",
"browser_specific_settings": {
"gecko": {
"id": "kogamabuddy@aethar.net",
"strict_min_version": "67.0"
}
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https://*.kogama.com/*",
"https://kogama.com.br/*"
],
"exclude_matches": [
"https://*.kogama.com/purchase/",
"https://kogama.com.br/purchase/",
"https://*.kogama.com/paymentwall/*",
"https://kogama.com.br/paymentwall/*",
"https://*.kogama.com/password-lost",
"https://kogama.com.br/password-lost",
"https://*.kogama.com/subscription/*",
"https://kogama.com.br/subscription/*"
],
"js": [
"content/general/cs_util.js",
"content/general/destroytokens.js",
"content/general/profileextended.js",
"content/general/status.js",
"content/general/betterchat.js",
"content/general/chatPatch.js",
"content/general/betterfriends.js",
"content/general/notificationchecker.js",
"content/general/richtext.js",
"content/general/itemcount.js",
"content/general/consolewarning.js",
"content/general/pageload.js"
],
"css": [
"resources/stylesheets/general.css"
]
},
{
"run_at": "document_end",
"matches": [
"https://*.kogama.com/profile/*",
"https://kogama.com.br/profile/*"
],
"exclude_matches": [
"https://*.kogama.com/profile/*/edit/",
"https://kogama.com.br/profile/*/edit/"
],
"js": [
"content/profile/profileUtils.js",
"content/profile/profilebuttons.js",
"content/profile/stats.js",
"content/profile/lastPlayedGame.js",
"content/profile/accountage.js",
"content/profile/profileBackground.js",
"content/profile/sharedfriendstab.js",
"content/profile/qualityScreenshotProfile.js",
"content/profile/profileBanner.js"
],
"css": [
"resources/stylesheets/profile.css"
]
},
{
"run_at": "document_end",
"matches": [
"https://*.kogama.com/build/*",
"https://kogama.com.br/build/*"
],
"js": [
"content/build/favoriteprojects.js",
"content/build/projectstatus.js",
"content/build/qualityScreenshotBuild.js",
"content/build/creationdate.js",
"content/build/forceLeave.js"
],
"css": [
"resources/stylesheets/build.css"
]
},
{
"run_at": "document_end",
"matches": [
"https://*.kogama.com/games/play/*/*",
"https://kogama.com.br/games/play/*/*",
"https://*.kogama.com/build/*/project/*",
"https://kogama.com.br/build/*/project/*",
"https://*.kogama.com/build/*/avatar/*",
"https://kogama.com.br/build/*/avatar/*"
],
"exclude_matches": [
"https://*.kogama.com/games/play/*/embed/",
"https://kogama.com.br/games/play/*/embed/"
],
"js": [
"content/game/standalonelaunch.js",
"content/game/standalonebutton.js",
"content/game/gamemodeSwitch.js"
],
"css": [
"resources/stylesheets/game.css"
]
},
{
"run_at": "document_end",
"matches": [
"https://*.kogama.com/games/play/*/*",
"https://kogama.com.br/games/play/*/*"
],
"exclude_matches": [
"https://*.kogama.com/games/play/*/embed/",
"https://kogama.com.br/games/play/*/embed/"
],
"js": [
"content/game/sessionmenu.js"
],
"css": [
"content/game/SessionMenu/SessionMenuStylesheet.css"
]
},
{
"run_at": "document_end",
"matches": [
"https://*.kogama.com/profile/*/",
"https://kogama.com.br/profile/*/",
"https://*.kogama.com/profile/*/edit/",
"https://kogama.com.br/profile/*/edit/",
"https://*.kogama.com/profile/*/?view_wall=1",
"https://kogama.com.br/profile/*/?view_wall=1",
"https://*.kogama.com/games/play/*/",
"https://kogama.com.br/games/play/*/",
"https://*.kogama.com/marketplace/*/*/",
"https://kogama.com.br/marketplace/*/*/",
"https://*.kogama.com/build/*/project/*/",
"https://kogama.com.br/build/*/project/*/",
"https://*.kogama.com/news/*/",
"https://kogama.com.br/news/*/"
],
"js": [
"content/text/textlimit.js",
"content/text/textpreview.js",
"content/text/unsavedChanges.js",
"content/text/fixBioEntities.js"
],
"css": [
"resources/stylesheets/text.css"
]
},
{
"run_at": "document_end",
"matches": [
"https://*.kogama.com/profile/*/edit/",
"https://kogama.com.br/profile/*/edit/"
],
"js": [
"content/profile/emailWarning.js"
],
"css": [
"resources/stylesheets/profileEdit.css"
]
},
{
"run_at": "document_end",
"matches": [
"https://www.kogama.com/marketplace/*",
"https://kogama.com.br/marketplace/*"
],
"js": [
"content/marketplace/searchLink.js",
"content/marketplace/qualityScreenshotMarketplace.js"
]
},
{
"run_at": "document_end",
"matches": [
"https://www.kogama.com/profile/*/blocked/",
"https://kogama.com.br/profile/*/blocked"
],
"js": [
"content/profile/listBlockedUsers.js"
]
}
],
"background": {
"scripts": [
"background/bg_util.js",
"background/getClientID.js",
"background/i18n.js",
"background/sharedfriends.js",
"background/projectsearch.js",
"background/viewwall.js",
"background/morefriends.js",
"background/moremembers.js",
"background/desktopnotifications.js",
"background/moreitems.js",
"background/displaystatus.js",
"background/block.js",
"background/block_profile.js",
"background/preventlaunch.js",
"background/gamesessions.js",
"background/injectEmotes.js",
"background/marketplaceSearch.js",
"background/updateFriendsList.js",
"background/chatnotifications.js",
"background/favoritefriends.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
"notifications",
"https://*.kogama.com/",
"https://kogama.com.br/",
"https://*.kgoma.com/"
],
"web_accessible_resources": [
"resources/notification.mp3",
"content/game/SessionMenu/App.jsm",
"content/game/SessionMenu/*/*.jsm",
"resources/emotes/*.png",
"resources/icons/*.png",
"resources/images/*.png",
"content/build/ps_system.js"
],
"icons": {
"48": "resources/icons/icon_48.png",
"96": "resources/icons/icon_96.png",
"128": "resources/icons/icon_128.png",
"256": "resources/icons/icon_256.png"
}
} Best KoGaMa Buddy Alternatives
Here are some Firefox add-ons that are similar to KoGaMa Buddy:
9gag post filter
AmitBokoDev
Better Coomer/Kemono
SirSalamandra
Kemono Extended
Kemono Extended
Better Kemono/Coomer
SirSalamandra
Roblox Mutual Friends Plugin
Andrew
GameLinkExchange
Asim Qureshi
Facebook Feed Cleaner
SouthTech Creations
GaiaUpgrade
gaiatools.com
Messenger & Notifier for Facebook™
Glin
Interface enhancer for BGG
Zav
Kudos Extension
Kudos Inc.
Ad Blocker for Facebook™
Chih-Hsuan Yen