I don't care about your likes

Read social media without paying attention to the addictive aspect of it

Cos'è I don't care about your likes?

I don't care about your likes è un'estensione di Chrome sviluppata da http://www.miltonlaufer.com.ar, e la sua funzione principale è "Read social media without paying attention to the addictive aspect of it".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione I don't care about your likes

Scarica i file di estensione I don't care about your likes 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

                        Hides the likes and notifications on Facebook (you can select which want to receive).
NEW VERSION with options and "no change settings" timer!                    

Informazioni di Base sull'Estensione

Nome I don't care about your likes I don't care about your likes
ID gikbfkplonaggpdlollhdgbinhbcedip
URL Ufficiale https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip
Descrizione Read social media without paying attention to the addictive aspect of it
Dimensione del File 12.23 KB
Conteggio Installazioni 68
Versione Corrente 0.1.6
Ultimo Aggiornamento 2017-10-12
Data di Pubblicazione 2017-10-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.miltonlaufer.com.ar
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I don't care about your likes",
    "description": "Read social media without paying attention to the addictive aspect of it",
    "version": "0.1.6",
    "manifest_version": 2,
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Options",
        "default_popup": "options.html"
    },
    "author": "@fracasamejor",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "myscript_idontcare.js"
            ]
        }
    ]
}