Reddzit Reader
Review your saved posts on Reddit, Pocket, and more.
What is Reddzit Reader?
Reddzit Reader is a Chrome extension developed by alxvallejo, and its main feature is "Review your saved posts on Reddit, Pocket, and more.".
Extension Screenshots
Download Reddzit Reader Extension CRX File
Download Reddzit Reader 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
View your saved Reddit posts in a minimal reader. Expanding to Pocket and other news sources where you can save your favorite posts and review them, categorize them, unsave them, and more.
Extension Basic Information
Name | Reddzit Reader |
ID | pphbloclmhhppmiknfjpddkefnialknl |
Official URL | https://chromewebstore.google.com/detail/reddzit-reader/pphbloclmhhppmiknfjpddkefnialknl |
Description | Review your saved posts on Reddit, Pocket, and more. |
File Size | 86.18 KB |
Installation Count | 34 |
Current Version | 1.0 |
Last Updated | 2019-01-22 |
Publish Date | 2019-01-21 |
Developer | alxvallejo |
[email protected] | |
Payment Type | free |
Extension Website | https://reddzit.seojeek.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddzit Reader", "version": "1.0", "description": "Review your saved posts on Reddit, Pocket, and more.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Reddzit", "default_icon": { "16": "reddzit-chrome-extension-02.png", "32": "reddzit-chrome-extension-02.png", "512": "reddzit-chrome-extension-02.png" } }, "manifest_version": 2 } |