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",
"description": "HyperClapper extension to connect your profiles easily",
"version": "2.0.26",
"manifest_version": 3,
"name": "HyperClapper - Engagement Tool with Chat GPT",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "main-default.png"
},
"icons": {
"128": "main-default-large.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.hyperclapper.com\/*"
],
"js": [
"contentScript.bundle.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; style-src 'self'; img-src 'self';"
},
"permissions": [
"scripting",
"cookies",
"tabs"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/",
"https:\/\/app.hyperclapper.com\/"
]
}