Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"short_name": "Talk&Comment",
"default_locale": "en",
"version": "3.0.3",
"icons": {
"16": "images\/icons\/icon16.png",
"48": "images\/icons\/icon48.png",
"128": "images\/icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"sound\/start.wav",
"sound\/stop.wav",
"sound\/error.wav",
"images\/tac-logo-v2.svg",
"images\/icons\/*",
"offscreen.html",
"offscreen.js",
"share.js",
"html\/*"
],
"matches": [
"<all_urls>"
]
}
],
"homepage_url": "https:\/\/talkandcomment.com",
"manifest_version": 3,
"description": "__MSG_extDescription__",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"tooltip.js",
"FBPlayer\/FBPlayer.js",
"content-v2.js"
],
"css": [
"tac-style-v2.css",
"FBPlayer\/FBPlayer.css"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"options_page": "options.html",
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"clipboardWrite",
"storage",
"offscreen",
"activeTab"
],
"action": {
"default_icon": {
"19": "images\/icons\/icon19.png",
"38": "images\/icons\/icon38.png"
},
"default_popup": "popup.html"
}
}