Primal
Dig deeper into what matters to you. Discover content related to any page you’re browsing.
ما هو Primal؟
Primal هو إضافة Chrome تم تطويرها بواسطة http://primal.com، والميزة الرئيسية لها هي "Dig deeper into what matters to you. Discover content related to any page you’re browsing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Primal
قم بتنزيل ملفات الامتداد Primal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | plognhccabachpokmpphghpcddeheojb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/primal/plognhccabachpokmpphghpcddeheojb |
الوصف | Dig deeper into what matters to you. Discover content related to any page you’re browsing. |
حجم الملف | 58.7 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 0.32 |
آخر تحديث | 2017-11-20 |
تاريخ النشر | 2017-11-20 |
المطور | http://primal.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://corp.primal.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Primal", "description": "Dig deeper into what matters to you. Discover content related to any page you\u2019re browsing.", "version": "0.32", "icons": { "16": "\/app\/img\/icon16.png", "48": "\/app\/img\/icon48.png", "128": "\/app\/img\/icon128.png" }, "manifest_version": 2, "permissions": [ "https:\/\/*.primal.com\/", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/app.primal.com; object-src 'self'", "browser_action": { "default_popup": "\/app\/popup.html", "default_icon": { "19": "\/app\/img\/icon19.png", "38": "\/app\/img\/icon38.png" } }, "minimum_chrome_version": "26" } |