Cypher
Browser Extension for Cypher (https://www.cypherpod.com/)
What is Cypher?
Cypher is a Chrome extension developed by https://cypherpod.com, and its main feature is "Browser Extension for Cypher (https://www.cypherpod.com/)".
Extension Screenshots
Download Cypher Extension CRX File
Download Cypher 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
Quickly add your favorite videos, podcasts, articles, and websites to Cypher. Join a growing community of learning enthusiasts that dive deep into the latest content.
Extension Basic Information
Name | Cypher |
ID | meipmjcmeklghnkepenofkjmjepnadgn |
Official URL | https://chromewebstore.google.com/detail/cypher/meipmjcmeklghnkepenofkjmjepnadgn |
Description | Browser Extension for Cypher (https://www.cypherpod.com/) |
File Size | 2.08 MB |
Installation Count | 27 |
Current Version | 0.1.7 |
Last Updated | 2022-04-14 |
Publish Date | 2022-01-12 |
Developer | https://cypherpod.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.cypherpod.com |
Privacy Policy Page URL | https://www.cypherpod.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cypher", "description": "Browser Extension for Cypher (https:\/\/www.cypherpod.com\/)", "version": "0.1.7", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ] } ], "permissions": [ "activeTab", "storage" ], "icons": { "16": "\/assets\/icon-color.png", "48": "\/assets\/icon-color.png", "128": "\/assets\/icon-color.png" }, "externally_connectable": { "matches": [ "https:\/\/www.cypherpod.com\/*" ] } } |