FeedArt

Replaces Facebook ads with Art.

FeedArt란 무엇입니까?

FeedArt은(는) https://feedart.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces Facebook ads with Art."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FeedArt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}