FeedArt

Replaces Facebook ads with Art.

什么是FeedArt?

FeedArt是由https://feedart.co开发的Chrome扩展程序,该扩展的主要功能是“Replaces Facebook ads with Art.”。

扩展截图

screenshot
screenshot

下载FeedArt扩展crx文件

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

扩展使用说明

                        Feedart replaces the ads you see on your Facebook feed by cool pieces of art. We feature a different artist or style every week.                    

扩展基本信息

名称 FeedArt FeedArt
ID glgdckpipcpcjmbkcmnponlnphnkkikn
官方URL https://chromewebstore.google.com/detail/feedart/glgdckpipcpcjmbkcmnponlnphnkkikn
简介 Replaces Facebook ads with Art.
文件大小 196 KB
安装次数 1,385
当前版本 0.2.1
更新时间 2017-06-08
上架时间 2017-06-08
评分 4.78/5 共36次评分
开发者 https://feedart.co
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.feedart.co
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FeedArt",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Replaces Facebook ads with Art.",
    "homepage_url": "http:\/\/feedart.co\/",
    "default_locale": "en",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "https:\/\/raw.githubusercontent.com\/*\/adblocker-art-facebook\/master\/current-art.json"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content_script\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}