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",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_title": "Socials - Generate Posts in One Click"
},
"version": "1.0.1",
"author": "Brainrot Creations",
"name": "Socials - Generate Posts in One Click",
"description": "Create viral posts for X and LinkedIn instantly with AI. Match your unique voice with custom personas.",
"background": {
"service_worker": "static\/background\/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"storage",
"sidePanel",
"activeTab",
"cookies"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.brainrotcreations.com\/auth\/callback*",
"https:\/\/brainrotcreations.com\/auth\/callback*"
],
"js": [
"auth-callback.2e45c12f.js"
],
"run_at": "document_start",
"css": []
},
{
"matches": [
"https:\/\/*.brainrotcreations.com\/*",
"https:\/\/brainrotcreations.com\/*"
],
"js": [
"brainrot-theme-sync.3c1c6a95.js"
],
"run_at": "document_start",
"css": []
},
{
"matches": [
"https:\/\/www.linkedin.com\/feed*"
],
"js": [
"linkedin-comment-generator.e1099053.js"
],
"all_frames": true,
"css": []
},
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/pro.x.com\/*",
"https:\/\/www.linkedin.com\/*"
],
"js": [
"loading-overlay.188eb114.js"
],
"run_at": "document_start",
"all_frames": false,
"css": []
},
{
"matches": [
"https:\/\/www.linkedin.com\/in\/*",
"https:\/\/www.linkedin.com\/in\/*\/",
"https:\/\/www.linkedin.com\/in\/*\/*"
],
"js": [
"linkedin-connection-generator.6bfe5d2a.js"
],
"all_frames": false,
"run_at": "document_idle",
"css": []
},
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/pro.x.com\/*"
],
"js": [
"x-tweet-generator.d11f75f5.js"
],
"all_frames": true,
"css": []
}
],
"host_permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/www.linkedin.com\/*",
"https:\/\/api.socials.brainrotcreations.com\/*",
"https:\/\/api.brainrotcreations.com\/*",
"https:\/\/svpnxrzsqroaosbfdcol.supabase.co\/*",
"https:\/\/*.brainrotcreations.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"options.html",
"assets\/cubes.lottie",
"assets\/cubes.json"
],
"matches": [
"<all_urls>"
]
}
]
}