Alore Curated
Curating your own news feed.
What is Alore Curated?
Alore Curated is a Chrome extension developed by https://www.alore.io, and its main feature is "Curating your own news feed.".
Extension Screenshots
Download Alore Curated Extension CRX File
Download Alore Curated 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
Alore curated helps you to find out articles or blogs from anywhere and become a curator of your own beautiful blog.
Extension Basic Information
Name | Alore Curated |
ID | oaihhkjddenolgafphgdmiajepnlnoin |
Official URL | https://chromewebstore.google.com/detail/alore-curated/oaihhkjddenolgafphgdmiajepnlnoin |
Description | Curating your own news feed. |
File Size | 1.35 MB |
Installation Count | 50 |
Current Version | 1.1.0.4 |
Last Updated | 2018-06-26 |
Publish Date | 2018-06-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.alore.io |
[email protected] | |
Payment Type | free |
Extension Website | https://curated.alore.io |
Help Page URL | https://support.alore.io |
Privacy Policy Page URL | https://crm.alore.io |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alore Curated", "description": "Curating your own news feed.", "version": "1.1.0.4", "browser_action": { "default_icon": "img\/alore_logo_yellow.png", "default_popup": "index.html" }, "icons": { "16": "img\/logo_Alore_Blue_16x16.png", "32": "img\/logo_Alore_Blue_32x32.png", "48": "img\/logo_Alore_Blue_48x48.png", "128": "img\/logo_Alore_Blue_128x128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "activeTab", "notifications" ], "web_accessible_resources": [ "img\/logo_Alore_Blue_128x128.png" ], "content_security_policy": "script-src 'self' https:\/\/use.typekit.net\/eiq2fdx.js; object-src 'self'" } |