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 May 18, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pocketer", "description": "A user-friendly Pocket client to easily manage bookmarks inside Google Chrome.", "version": "1.1.2", "homepage_url": "https:\/\/github.com\/haidar47x\/pocketer", "action": { "default_icon": ".\/assets\/logo\/[email protected]", "default_popup": "popup.html" }, "icons": { "16": ".\/assets\/logo\/[email protected]", "32": ".\/assets\/logo\/[email protected]", "64": ".\/assets\/logo\/[email protected]", "128": ".\/assets\/logo\/[email protected]", "256": ".\/assets\/logo\/[email protected]", "512": ".\/assets\/logo\/[email protected]" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vendor.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs", "identity", "contextMenus" ], "host_permissions": [ "<all_urls>" ] }