I don't care about your likes

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

Was ist I don't care about your likes?

I don't care about your likes ist eine Chrome-Erweiterung, die von http://www.miltonlaufer.com.ar entwickelt wurde, und ihr Hauptmerkmal ist "Read social media without paying attention to the addictive aspect of it".

Erweiterungsscreenshots

screenshot

I don't care about your likes-Erweiterungs-CRX-Datei herunterladen

Laden Sie I don't care about your likes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name I don't care about your likes I don't care about your likes
ID gikbfkplonaggpdlollhdgbinhbcedip
Offizielle URL https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip
Beschreibung Read social media without paying attention to the addictive aspect of it
Dateigröße 12.23 KB
Installationsanzahl 68
Aktuelle Version 0.1.6
Letztes Update 2017-10-12
Veröffentlichungsdatum 2017-10-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://www.miltonlaufer.com.ar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}