Add Art
Replacing ads with art.
Cos'è Add Art?
Add Art è un'estensione di Chrome sviluppata da Add-Art, e la sua funzione principale è "Replacing ads with art.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add Art
Scarica i file di estensione Add Art 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
Replace web ads with visual essays by artists.
Update 10/12/2016: Now you can disable add-art for specific sites! Informazioni di Base sull'Estensione
| Nome | |
| ID | jplogjalofjlkendelkacpekloflkfeg |
| URL Ufficiale | https://chrome.google.com/webstore/detail/add-art/jplogjalofjlkendelkacpekloflkfeg |
| Descrizione | Replacing ads with art. |
| Dimensione del File | 439 KB |
| Conteggio Installazioni | 329 |
| Versione Corrente | 2.4.3 |
| Ultimo Aggiornamento | 2018-05-18 |
| Data di Pubblicazione | 2018-05-18 |
| Valutazione | 3.42/5 Totale 12 Valutazioni |
| Sviluppatore | Add-Art |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://add-art.org |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Add Art",
"description": "Replacing ads with art.",
"author": "@owise1,Corey Tegeler",
"version": "2.4.3",
"homepage_url": "http:\/\/add-art.org\/",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"64": "images\/icon-64.png"
},
"browser_action": {
"default_icon": "images\/icon-64.png",
"default_popup": "interface.html",
"default_title": "Add Art!"
},
"permissions": [
"storage",
"tabs",
"unlimitedStorage",
"webNavigation",
"notifications",
"webRequest",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"images\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/lib\/jquery-3.2.1.min.js",
"js\/lib\/q.js",
"js\/lib\/ramda.min.js",
"js\/artAdder.js",
"js\/document_end.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"page": "background.html"
}
} | |