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": 2, "name": "REC \u2013 high quality screen video Recorder", "description": "Free Simple tool for high quality video capturing from Tab, Area of the page and full Screen, with Mic, Webcam and System audio", "version": "0.4.1", "version_name": "toolbar", "offline_enabled": true, "icons": { "16": "assets\/badges\/icon-rec.png", "48": "assets\/badges\/icon-rec-48x48.png", "128": "assets\/badges\/icon-rec-128x128.png" }, "browser_action": { "default_icon": { "16": "assets\/badges\/icon-rec.png", "48": "assets\/badges\/icon-rec-48x48.png", "128": "assets\/badges\/icon-rec-128x128.png" }, "default_title": "REC", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "assets\/css\/content.css" ], "js": [ "assets\/js\/browser-polyfill.min.js", "assets\/js\/content.js" ] } ], "commands": { "toggle_rec_area": { "suggested_key": { "default": "Ctrl+Shift+7", "mac": "Command+Shift+7" }, "description": "Start\/stop capture Area" }, "toggle_rec_screen": { "suggested_key": { "default": "Ctrl+Shift+6", "mac": "Command+Shift+6" }, "description": "Start\/stop capture Screen", "global": true } }, "web_accessible_resources": [ "assets\/*", "camera.iframe.html" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/*.gstatic.com https:\/\/www.googletagmanager.com https:\/\/apis.google.com\/; object-src 'self'", "permissions": [ "storage", "activeTab", "tabCapture", "tabs", "notifications" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2\/0oLeHJM8EootqQN0ET2LylEh921vylmm4BH8ZHhMP1ih8bdtePFy3wnmnBKOHO6UWiOxhv2Vc+TYxbsvsEmIlotNppqiFioCf238sfAGREH4yvstf7JjFdyXdAzY\/F\/VNmXC7iyBTbpiz9cdRs76ki6zn\/rP7QNKP0cFOisU+d0rV8YFlK8WWWwNet9L+bLMxjZN4IzME5QM\/+FbxwFAVvbvDU8Nl64DnAlWiOED\/i8H8L+ldJhdiiFYsBZqVjVLCiOncYuHP\/n+HkuY5umvz5TbWDgNed4yQcm71nzlVJr+pyVIq8HghLMsA1uDWqwtJnbtfyguvr9ZpoXq0lHwIDAQAB" }