Pipe Screen Capture
Pipe screen capture extension
What is Pipe Screen Capture?
Pipe Screen Capture is a Chrome extension developed by https://addpipe.com, and its main feature is "Pipe screen capture extension".
Extension Screenshots
Download Pipe Screen Capture Extension CRX File
Download Pipe Screen Capture 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
With this extension Pipe can capture the screen if given the permission. Developer Email: [email protected]
Extension Basic Information
Name | Pipe Screen Capture |
ID | cbmhjlfmbhihimmlofbgkplnhgbgiipn |
Official URL | https://chromewebstore.google.com/detail/pipe-screen-capture/cbmhjlfmbhihimmlofbgkplnhgbgiipn |
Description | Pipe screen capture extension |
File Size | 10.09 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2018-02-13 |
Publish Date | 2018-02-13 |
Developer | https://addpipe.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pipe Screen Capture", "author": "Pipe", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Pipe screen capture extension", "homepage_url": "https:\/\/www.addpipe.com\/", "background": { "scripts": [ "pipe_sc.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.addpipe.com\/*", "https:\/\/hdfvr.com\/*" ] }, "permissions": [ "desktopCapture" ], "icons": { "48": "pipe-icon.png" }, "web_accessible_resources": [ "icon.png" ] } |