Save to Pocket - Privacy Edition
Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
What is Save to Pocket - Privacy Edition?
Save to Pocket - Privacy Edition is a Chrome extension developed by Kees Kluskens, and its main feature is "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.".
Extension Screenshots
Download Save to Pocket - Privacy Edition Extension CRX File
Download Save to Pocket - Privacy Edition 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
This adds a toolbar button to save the current page to Pocket. The difference with the real Pocket Chrome extension is that this doesn't track you at all. It doesn't even ask for permissions to see all sites you browse.
Extension Basic Information
Name | Save to Pocket - Privacy Edition |
ID | foggicgimbemdljifmnlandgnknipibf |
Official URL | https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf |
Description | Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse. |
File Size | 17.47 KB |
Installation Count | 216 |
Current Version | 1.2 |
Last Updated | 2017-03-07 |
Publish Date | 2017-03-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Kees Kluskens |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SpaceK33z/pocket-privacy |
Help Page URL | https://github.com/SpaceK33z/pocket-privacy/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Pocket - Privacy Edition", "description": "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.", "manifest_version": 2, "version": "1.2", "browser_action": { "default_icon": "img\/icon.png", "default_title": "Add to Pocket" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "activeTab", "notifications", "https:\/\/getpocket.com\/" ] } |