Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Social Media Analyzer",
"description": "Sort and filter instagram profile posts by likes, comments and dates",
"version": "1.0.7",
"manifest_version": 3,
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/48x48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"unlimitedStorage",
"activeTab",
"webRequest"
],
"host_permissions": [
"https:\/\/www.instagram.com\/*",
"https:\/\/*.fbcdn.net\/*",
"https:\/\/socialmediaanalyzer.co\/*"
]
}