Cypher
Browser Extension for Cypher (https://www.cypherpod.com/)
ما هو Cypher؟
Cypher هو إضافة Chrome تم تطويرها بواسطة https://cypherpod.com، والميزة الرئيسية لها هي "Browser Extension for Cypher (https://www.cypherpod.com/)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cypher
قم بتنزيل ملفات الامتداد Cypher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | meipmjcmeklghnkepenofkjmjepnadgn | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/cypher/meipmjcmeklghnkepenofkjmjepnadgn | 
| الوصف | Browser Extension for Cypher (https://www.cypherpod.com/) | 
| حجم الملف | 2.08 MB | 
| عدد التثبيتات | 27 | 
| النسخة الحالية | 0.1.7 | 
| آخر تحديث | 2022-04-14 | 
| تاريخ النشر | 2022-01-12 | 
| المطور | https://cypherpod.com | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://www.cypherpod.com | 
| عنوان صفحة سياسة الخصوصية | https://www.cypherpod.com/privacy | 
| اللغات المدعومة | 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\/*"
        ]
    }
}  |  |