Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Streamer tools for Gartic Phone",
"version": "2.2.15",
"description": "Block all pictures and prompts from a user in game. Simply click their name in the list of players to hide or show their content.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"components\/preview.html",
"popup\/popout.html",
"popup\/popout.css"
],
"matches": [
"https:\/\/garticphone.com\/*"
],
"use_dynamic_url": true
}
],
"content_scripts": [
{
"css": [
"components\/preview.css",
"components\/notification.css",
"components\/usersList.css",
"pages\/book\/book.css",
"pages\/book\/display.css"
],
"js": [
"tools\/tmi.js",
"tools\/storage.js",
"assets\/colors.js",
"assets\/resources.js",
"assets\/text.js",
"components\/recorder.js",
"components\/language.js",
"components\/notification.js",
"components\/settings.js",
"components\/usersList.js",
"pages\/book\/colors\/color.js",
"pages\/book\/colors\/quan.js",
"pages\/book\/book.js",
"pages\/book\/display.js",
"pages\/reply.js",
"pages\/home.js",
"pages\/draw\/drawMain.js",
"pages\/draw\/drawCensor.js",
"pages\/mod.js",
"pages\/helperFunctions.js",
"pages\/lobby.js",
"pages\/start.js",
"pages\/memory.js",
"pages\/rank.js",
"pages\/write\/writeMain.js",
"components\/preview.js",
"pages\/main.js"
],
"matches": [
"https:\/\/garticphone.com\/*",
"https:\/\/beta.garticphone.com\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
]
}