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",
"manifest_version": 3,
"name": "AI Comment Generator for LinkedIn, Automatic: Commentica",
"description": "Automatically write comments that actually sounds like a human using AI on any LinkedIn post, customizable & intelligent.",
"version": "1.6.0",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Commentica",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/commentica.web.app\/auth-success",
"https:\/\/commentica.web.app\/auth-success*",
"https:\/\/commentica.web.app\/auth-success\/*",
"https:\/\/commentica.web.app\/dashboard",
"https:\/\/commentica.web.app\/login",
"https:\/\/commentica.web.app\/signup"
],
"all_frames": true,
"run_at": "document_idle",
"js": [
"content-scripts\/auth.js"
]
},
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"all_frames": true,
"run_at": "document_idle",
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}