Make your friend list bigger and valuable with a single click
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Kingdom Connector",
"version": "1.0.05",
"description": "Make your friend list bigger and valuable with a single click",
"short_name": "KC",
"icons": {
"16": "images/6281e9d6ea6ad90a6336246e-Kingdom_Connector-1652886184056-small_icon.png",
"48": "images/6281e9d6ea6ad90a6336246e-Kingdom_Connector-1652886184177-medium_icon.png",
"128": "images/6281e9d6ea6ad90a6336246e-Kingdom_Connector-1652886184232-large_icon.png"
},
"action": {
"default_title": "Kingdom Connector"
},
"content_scripts": [
{
"matches": [
"*://*.facebook.com/*",
"*://facebook.com/*"
],
"js": [
"js/vendor.js",
"./arrive.js",
"js/contentScriptBundle.js",
"./jquery.bpopup.min.js"
],
"css": [
"assets/content.inj.css",
"assets/jquery.toast.min.css",
"assets/chosen.css",
"assets/jquery-ui.css",
"css/customCss.css",
"assets/bootstrap-tagsinput.css"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"scripting",
"unlimitedStorage"
],
"host_permissions": [
"*://*.facebook.com/*",
"*://facebook.com/*",
"https://z7c5j0fjy8.execute-api.us-east-2.amazonaws.com/dev/tiersai",
"https://api.friendconnector.io/"
],
"web_accessible_resources": [
{
"resources": [
"assets/*",
"images/*",
"js/*",
"css/*"
],
"matches": [
"*://*.facebook.com/*",
"*://facebook.com/*"
]
}
],
"manifest_version": 3
}