FeedArt

Replaces Facebook ads with Art.

Co to jest FeedArt?

FeedArt to rozszerzenie Chrome opracowane przez https://feedart.co, a jego główną funkcją jest „Replaces Facebook ads with Art.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia FeedArt

Pobierz pliki rozszerzeń FeedArt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa FeedArt FeedArt
ID glgdckpipcpcjmbkcmnponlnphnkkikn
Oficjalny URL https://chromewebstore.google.com/detail/feedart/glgdckpipcpcjmbkcmnponlnphnkkikn
Opis Replaces Facebook ads with Art.
Rozmiar pliku 196 KB
Liczba instalacji 1,385
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2017-06-08
Data Publikacji 2017-06-08
Ocena 4.78/5 Łącznie 36 Oceny
Deweloper https://feedart.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.feedart.co
Obsługiwane Języki 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"
    ]
}