Doge ify - Super Doge!
A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.
Cos'è Doge ify - Super Doge!?
Doge ify - Super Doge! è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Doge ify - Super Doge!
Scarica i file di estensione Doge ify - Super Doge! 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 | hmknopojacdmgooajhbfebnhiedhgkff |
| URL Ufficiale | https://chromewebstore.google.com/detail/doge-ify-super-doge/hmknopojacdmgooajhbfebnhiedhgkff |
| Descrizione | A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal. |
| Dimensione del File | 880 KB |
| Conteggio Installazioni | 398 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2017-01-18 |
| Data di Pubblicazione | 2017-01-17 |
| Valutazione | 2.67/5 Totale 3 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/adjavaherian/dogeify |
| URL della Pagina di Aiuto | https://github.com/adjavaherian/dogeify/issues |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Doge ify - Super Doge!",
"short_name": "doge ify",
"description": "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.",
"version": "1.1",
"homepage_url": "https:\/\/github.com\/adjavaherian\/dogeify",
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Super Dogeify!"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"https:\/\/www.reddit.com\/"
]
} | |