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",
"short_name": "Taplio X",
"name": "Taplio X",
"description": "Supercharge your LinkedIn experience: find post inspirations, consult your stats, get relevant info on people.",
"version": "2.10.4",
"manifest_version": 3,
"icons": {
"16": "b4501b8949.png",
"48": "310b7a472afx48.png",
"128": "75f1b89fb0b.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"css": [
"\/css\/root.css",
"\/css\/fa\/css\/fontawesome.css",
"\/css\/fa\/css\/brands.css",
"\/css\/fa\/css\/duotone-regular.css",
"\/css\/fa\/css\/regular.css",
"\/css\/fa\/css\/solid.css"
],
"js": [
"content.js"
]
},
{
"matches": [
"*:\/\/*.taplio.com\/*",
"http:\/\/localhost:3003\/*"
],
"js": [
"apibridge.js"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"storage",
"cookies",
"webRequest",
"scripting",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*:\/\/*.linkedin.com\/",
"*:\/\/app.taplio.com\/*",
"*:\/\/*.taplio.com\/*",
"http:\/\/localhost:3003\/*"
],
"web_accessible_resources": [
{
"resources": [
"3848f9e56bb9b764x500.png",
"6b17de9a99xback.png",
"310b7a472afx48.png",
"\/front-end\/*",
"\/listed\/utils.js",
"\/app\/analytics.js",
"\/app\/plans.js",
"\/css\/fa\/*"
],
"matches": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/linkedin.com\/*",
"*:\/\/app.taplio.com\/*",
"*:\/\/*.taplio.com\/*",
"http:\/\/localhost:3003\/*"
]
}
]
}