FeedArt

Replaces Facebook ads with Art.

FeedArt là gì?

FeedArt là một tiện ích mở rộng Chrome được phát triển bởi https://feedart.co, và tính năng chính của nó là "Replaces Facebook ads with Art.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FeedArt

Tải xuống các tệp mở rộng FeedArt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FeedArt FeedArt
ID glgdckpipcpcjmbkcmnponlnphnkkikn
URL Chính Thức https://chromewebstore.google.com/detail/feedart/glgdckpipcpcjmbkcmnponlnphnkkikn
Mô tả Replaces Facebook ads with Art.
Kích Thước Tệp 196 KB
Số Lần Cài Đặt 1,385
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2017-06-08
Ngày Phát Hành 2017-06-08
Đánh Giá 4.78/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://feedart.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.feedart.co
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}