I don't care about your likes

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

What is I don't care about your likes?

I don't care about your likes is a Chrome extension developed by http://www.miltonlaufer.com.ar, and its main feature is "Read social media without paying attention to the addictive aspect of it".

Extension Screenshots

screenshot

Download I don't care about your likes Extension CRX File

Download I don't care about your likes 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

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

Extension Basic Information

Name I don't care about your likes I don't care about your likes
ID gikbfkplonaggpdlollhdgbinhbcedip
Official URL https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip
Description Read social media without paying attention to the addictive aspect of it
File Size 12.23 KB
Installation Count 68
Current Version 0.1.6
Last Updated 2017-10-12
Publish Date 2017-10-12
Rating 5.00/5 Total 1 Ratings
Developer http://www.miltonlaufer.com.ar
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}