Save to Pocket - Privacy Edition

Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.

Cos'è Save to Pocket - Privacy Edition?

Save to Pocket - Privacy Edition è un'estensione di Chrome sviluppata da Kees Kluskens, e la sua funzione principale è "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Save to Pocket - Privacy Edition

Scarica i file di estensione Save to Pocket - Privacy Edition in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Save to Pocket - Privacy Edition Save to Pocket - Privacy Edition
ID foggicgimbemdljifmnlandgnknipibf
URL Ufficiale https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf
Descrizione Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
Dimensione del File 17.47 KB
Conteggio Installazioni 216
Versione Corrente 1.2
Ultimo Aggiornamento 2017-03-07
Data di Pubblicazione 2017-03-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Kees Kluskens
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/SpaceK33z/pocket-privacy
URL della Pagina di Aiuto https://github.com/SpaceK33z/pocket-privacy/issues
Lingue Supportate 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\/"
    ]
}