Replace Politics with this puppy

Replace Politics with this puppy

什么是Replace Politics with this puppy?

Replace Politics with this puppy是由https://www.rippon.org开发的Chrome扩展程序,该扩展的主要功能是“Replace Politics with this puppy”。

扩展截图

screenshot

下载Replace Politics with this puppy扩展crx文件

下载Replace Politics with this puppy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        My fiance was getting bored with all the political nonsense in her Facebook feed, and she loves puppies.  This is the logical conclusion of being engaged to a geek.                    

扩展基本信息

名称 Replace Politics with this puppy Replace Politics with this puppy
ID jkiipmgmalkgnghofkaipfngciefcdij
官方URL https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij
简介 Replace Politics with this puppy
文件大小 162 KB
安装次数 248
当前版本 0.1
更新时间 2016-03-10
上架时间 2016-03-10
评分 4.27/5 共11次评分
开发者 https://www.rippon.org
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "facebook_filter.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Replace Politics with this puppy",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Replace Politics with this puppy",
    "version": "0.1"
}