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",
"manifest_version": 3,
"name": "WhatTheFeed | Instagram Content Analyzer, Sorter & Exporter",
"version": "0.9.5.1",
"description": "Ordina e analizza i post e reels di Instagram per visualizzazioni, like o commenti",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/www.instagram.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"lib\/xlsx.full.min.js",
"content.js"
],
"css": [
"styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"instagram-api-interceptor.js",
"styles.css",
"images\/icon48.png",
"lib\/xlsx.full.min.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
]
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"version_name": "WhatTheFeed v0.9.5.1 - Auto-Sync"
}