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": "Check Engagement Rate Instagram & Tiktok\u00a0by\u00a0KOL.ID",
"version": "1.0.1",
"description": "Sort and organize content on TikTok and Instagram by likes, comments, and other metrics - Powered by KOL.ID",
"permissions": [
"cookies",
"storage",
"downloads"
],
"host_permissions": [
"https:\/\/kol.id\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Social Media Sorter By KOL.ID"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"js": [
"content-tiktok.js"
],
"css": [
"content-styles.css",
"tiktok-styles.css"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"js": [
"content-bridge.js"
],
"css": [
"content-styles.css"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content-instagram.js"
],
"css": [
"content-styles.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"content-styles.css",
"icons\/*"
],
"matches": [
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.instagram.com\/*"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}