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, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsSShe6\/TWZzTuaTgGdC6zvKoM1NsyLtl7uC6qhHc3Uxd2\/22hGXni8ZnbIqXFwl63Zu8wlf94mAPSipu1J2kTSduaYme3HxIjN8QOeKZVAhRuDZgE06AqRXkrFatrsBZmmpAV33bpjK0rZELT9NCVu8pRIfSHI4eRZYnSc7qzn2rUyjp0mCIsgW65B2Zm+nG6ftb21pOJ6RE7kzPPjiGehSaajdwh3YAk8OxBJCY31KB519o3WyIl9wjLLS9UC1sBwDq91uolGmTNZC1W+xoVPy9cnG1LrdvSn8gu5nU+yzISG0vmqsNVyfK4OR7OncfPGl8BSAkmZvjJDCKj6gtHwIDAQAB", "name": "Saby Plugin Extension", "version": "24.4100.12", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441\u043e \u0421\u0411\u0418\u0421 \u041f\u043b\u0430\u0433\u0438\u043d.", "permissions": [ "storage", "tabs", "nativeMessaging", "alarms", "scripting", "downloads", "downloads.open", "notifications", "debugger" ], "optional_permissions": [ "bookmarks" ], "host_permissions": [ "*:\/\/*\/*" ], "externally_connectable": { "matches": [ "*:\/\/*\/*" ] }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "injectExtensionId.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "48": "sbisPlugin-logo-48.png", "128": "sbisPlugin-logo-128.png" }, "action": { "default_popup": "popup\/index.html" } }