Cypher
Browser Extension for Cypher (https://www.cypherpod.com/)
Wat is Cypher?
Cypher is een Chrome-extensie ontwikkeld door https://cypherpod.com, en de belangrijkste functie is "Browser Extension for Cypher (https://www.cypherpod.com/)".
Extensie Screenshots
Download het CRX-bestand van de extensie Cypher
Download Cypher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | meipmjcmeklghnkepenofkjmjepnadgn | 
| Officiële URL | https://chromewebstore.google.com/detail/cypher/meipmjcmeklghnkepenofkjmjepnadgn | 
| Beschrijving | Browser Extension for Cypher (https://www.cypherpod.com/) | 
| Bestandsgrootte | 2.08 MB | 
| Aantal Installaties | 27 | 
| Huidige Versie | 0.1.7 | 
| Laatst Bijgewerkt | 2022-04-14 | 
| Publicatiedatum | 2022-01-12 | 
| Ontwikkelaar | https://cypherpod.com | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://www.cypherpod.com | 
| URL van de Privacybeleid Pagina | https://www.cypherpod.com/privacy | 
| Ondersteunde Talen | 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\/*"
        ]
    }
}  |  |