Talkberry Screen Sharing
Share your screen for service Talkberry.black
What is Talkberry Screen Sharing?
Talkberry Screen Sharing is a Chrome extension developed by https://talkberry.black, and its main feature is "Share your screen for service Talkberry.black".
Download Talkberry Screen Sharing Extension CRX File
Download Talkberry Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Talkberry Screen Sharing |
ID | ljjmnmapfkcnppgfegcijgiloilabejk |
Official URL | https://chromewebstore.google.com/detail/talkberry-screen-sharing/ljjmnmapfkcnppgfegcijgiloilabejk |
Description | Share your screen for service Talkberry.black |
File Size | 9.38 KB |
Installation Count | 36 |
Current Version | 0.1.1 |
Last Updated | 2016-09-29 |
Publish Date | 2016-09-29 |
Developer | https://talkberry.black |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.1", "version_name": "0.1.1", "author": "processo", "manifest_version": 2, "minimum_chrome_version": "34", "background": { "scripts": [ "js\/background-script.js" ], "persistent": true }, "content_scripts": [ { "js": [ "js\/content-script.js" ], "matches": [ "*:\/\/*.talkberry.black\/*" ], "run_at": "document_idle" } ], "externally_connectable": { "matches": [ "*:\/\/*.talkberry.black\/*" ] }, "browser_action": { "default_icon": "images\/icon22.png", "default_title": "Talkberry Screen Sharing" }, "icons": { "16": "images\/icon16.png", "22": "images\/icon22.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "system.cpu", "activeTab", "desktopCapture", "*:\/\/*.talkberry.black\/*" ], "web_accessible_resources": [ "images\/icon32.png", "js\/content-script.js", "js\/background-script.js" ] } |