Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Post IDs in Facebook",
"description": "Retrieve post IDs, creator IDs and direct bookmarkable links to posts in Facebook",
"version": "0.0.2",
"icons": {
"128": "images\/off.png"
},
"background": {
"service_worker": "sw\/sw.js",
"type": "module"
},
"action": [],
"permissions": [
"scripting",
"activeTab",
"storage"
],
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
{
"resources": [
"content\/*",
"shared\/*"
],
"matches": [
"<all_urls>"
]
}
]
}