Primal
Dig deeper into what matters to you. Discover content related to any page you’re browsing.
Wat is Primal?
Primal is een Chrome-extensie ontwikkeld door http://primal.com, en de belangrijkste functie is "Dig deeper into what matters to you. Discover content related to any page you’re browsing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Primal
Download Primal-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
Basisinformatie over de Extensie
Naam | |
ID | plognhccabachpokmpphghpcddeheojb |
Officiële URL | https://chrome.google.com/webstore/detail/primal/plognhccabachpokmpphghpcddeheojb |
Beschrijving | Dig deeper into what matters to you. Discover content related to any page you’re browsing. |
Bestandsgrootte | 58.7 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.32 |
Laatst Bijgewerkt | 2017-11-20 |
Publicatiedatum | 2017-11-20 |
Ontwikkelaar | http://primal.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://corp.primal.com/privacy-policy |
Ondersteunde Talen | 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" } |