FeedArt

Replaces Facebook ads with Art.

Cos'è FeedArt?

FeedArt è un'estensione di Chrome sviluppata da https://feedart.co, e la sua funzione principale è "Replaces Facebook ads with Art.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FeedArt

Scarica i file di estensione FeedArt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome FeedArt FeedArt
ID glgdckpipcpcjmbkcmnponlnphnkkikn
URL Ufficiale https://chromewebstore.google.com/detail/feedart/glgdckpipcpcjmbkcmnponlnphnkkikn
Descrizione Replaces Facebook ads with Art.
Dimensione del File 196 KB
Conteggio Installazioni 1,385
Versione Corrente 0.2.1
Ultimo Aggiornamento 2017-06-08
Data di Pubblicazione 2017-06-08
Valutazione 4.78/5 Totale 36 Valutazioni
Sviluppatore https://feedart.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.feedart.co
Lingue Supportate 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"
    ]
}