I don't care about your likes

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

Hvad er I don't care about your likes?

I don't care about your likes er en Chrome-udvidelse udviklet af http://www.miltonlaufer.com.ar, og dens hovedfunktion er "Read social media without paying attention to the addictive aspect of it".

Udvidelsesskærmbilleder

screenshot

Download I don't care about your likes-udvidelses-CRX-fil

Download I don't care about your likes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn I don't care about your likes I don't care about your likes
ID gikbfkplonaggpdlollhdgbinhbcedip
Officiel URL https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip
Beskrivelse Read social media without paying attention to the addictive aspect of it
Filstørrelse 12.23 KB
Antal Installationer 68
Nuværende Version 0.1.6
Senest Opdateret 2017-10-12
Udgivelsesdato 2017-10-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://www.miltonlaufer.com.ar
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}