Five Finger Death Punch Wallpaper Music Theme
Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!
Cos'è Five Finger Death Punch Wallpaper Music Theme?
Five Finger Death Punch Wallpaper Music Theme è un'estensione di Chrome sviluppata da Search Tabs, e la sua funzione principale è "Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Five Finger Death Punch Wallpaper Music Theme
Scarica i file di estensione Five Finger Death Punch Wallpaper Music Theme 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
Five Finger Death Punch HD images on every new tab. For fans of Godsmack, Korn, Slipknot, and Seether! If you have any questions or feedback support can be reached at [email protected]
Informazioni di Base sull'Estensione
Nome | |
ID | lblohbpdmicdmbemojlgjpdkpoafhanp |
URL Ufficiale | https://chrome.google.com/webstore/detail/five-finger-death-punch-w/lblohbpdmicdmbemojlgjpdkpoafhanp |
Descrizione | Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether! |
Dimensione del File | 52.1 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 0.391 |
Ultimo Aggiornamento | 2019-12-11 |
Data di Pubblicazione | 2019-12-11 |
Sviluppatore | Search Tabs |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.newtabgallery.com/support |
URL della Pagina della Politica sulla Privacy | https://newtabgallery.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Five Finger Death Punch Wallpaper Music Theme", "version": "0.391", "description": "Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Five Finger Death Punch Wallpaper Music Theme", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "webNavigation", "tabs", "https:\/\/home.newtabgallery.com\/*" ] } |