Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "RoboForm", "version": "9.6.11.0", "name": "__MSG_BEM_FullName__", "description": "__MSG_BEM_Description__", "homepage_url": "http:\/\/www.roboform.com", "permissions": [ "tabs", "scripting", "storage", "webRequest", "webRequestAuthProvider", "webNavigation", "contextMenus", "favicon", "nativeMessaging", "privacy", "gcm" ], "host_permissions": [ "<all_urls>" ], "optional_permissions": [ "bookmarks", "topSites" ], "default_locale": "en", "icons": { "16": "robo16.png", "32": "robo32.png", "48": "robo48.png", "128": "robo128.png" }, "action": { "default_icon": "rfdis16.png", "default_title": "RoboForm", "default_popup": "popup.html" }, "background": { "service_worker": "main.js" }, "options_page": "options.html", "content_scripts": [ { "all_frames": true, "match_about_blank": true, "run_at": "document_start", "js": [ "0.js", "1.js", "content.js" ], "matches": [ "<all_urls>" ] }, { "all_frames": true, "match_about_blank": true, "run_at": "document_start", "world": "MAIN", "js": [ "inject.js" ], "matches": [ "<all_urls>" ] } ], "web_accessible_resources": [ { "resources": [ "password-generator.html", "rename-item.html", "save-forms.html" ], "matches": [ "<all_urls>" ], "extension_ids": [] } ], "externally_connectable": { "ids": [ "pnlccmojcmeohlpggmfnbbiapkmbliob", "gjfebfigbebgpponknomcdjfaebaolob", "ljfpcifpgbbchoddpjefaipoiigpdmag" ], "matches": [ "https:\/\/*.roboform.com\/*", "https:\/\/*.roboform.eu\/*" ] } }