Primal
Dig deeper into what matters to you. Discover content related to any page you’re browsing.
What is Primal?
Primal is a Chrome extension developed by http://primal.com, and its main feature is "Dig deeper into what matters to you. Discover content related to any page you’re browsing.".
Extension Screenshots
Download Primal Extension CRX File
Download Primal 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
Extension Basic Information
Name | |
ID | plognhccabachpokmpphghpcddeheojb |
Official URL | https://chrome.google.com/webstore/detail/primal/plognhccabachpokmpphghpcddeheojb |
Description | Dig deeper into what matters to you. Discover content related to any page you’re browsing. |
File Size | 58.7 KB |
Installation Count | 21 |
Current Version | 0.32 |
Last Updated | 2017-11-20 |
Publish Date | 2017-11-20 |
Developer | http://primal.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://corp.primal.com/privacy-policy |
Supported Languages | 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" } |