I don't care about your likes

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

什么是I don't care about your likes?

I don't care about your likes是由http://www.miltonlaufer.com.ar开发的Chrome扩展程序,该扩展的主要功能是“Read social media without paying attention to the addictive aspect of it”。

扩展截图

screenshot

下载I don't care about your likes扩展crx文件

下载I don't care about your likes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 I don't care about your likes I don't care about your likes
ID gikbfkplonaggpdlollhdgbinhbcedip
官方URL https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip
简介 Read social media without paying attention to the addictive aspect of it
文件大小 12.23 KB
安装次数 68
当前版本 0.1.6
更新时间 2017-10-12
上架时间 2017-10-12
评分 5.00/5 共1次评分
开发者 http://www.miltonlaufer.com.ar
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}