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": "Instagram Feed Blocker",
"version": "1.0.1",
"description": "Block Instagram feed to eliminate distractions and improve focus, while keeping Direct Messages active.",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"scripts\/config.js",
"scripts\/content.js"
],
"run_at": "document_end"
}
],
"icons": {
"128": "icons\/icon128.png"
}
}