Facehacks
Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL!
Cos'è Facehacks?
Facehacks è un'estensione di Chrome sviluppata da MAXIMEM, e la sua funzione principale è "Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Facehacks
Scarica i file di estensione Facehacks 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | lidbeamljkmogkfppldgbbchaphjoloj |
| URL Ufficiale | https://chromewebstore.google.com/detail/facehacks/lidbeamljkmogkfppldgbbchaphjoloj |
| Descrizione | Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL! |
| Dimensione del File | 16.68 KB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2014-06-18 |
| Data di Pubblicazione | 2014-06-18 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | MAXIMEM |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.facehacks.com |
| Lingue Supportate | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js",
"facehacks.js"
]
},
"browser_action": {
"default_icon": "icon_128.png",
"default_title": "Facehacks"
},
"description": "Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL!",
"icons": {
"128": "icon_128.png",
"32": "img\/facehacks-icon-32.png",
"48": "img\/facehacks-icon-48.png"
},
"manifest_version": 2,
"name": "Facehacks",
"permissions": [
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.2"
} | |