DOGE
Replaces all images on all pages to DOGE. Ours is not to ask why.
Wat is DOGE?
DOGE is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces all images on all pages to DOGE. Ours is not to ask why.".
Extensie Screenshots
Download het CRX-bestand van de extensie DOGE
Download DOGE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugin attempts to replace every image on every webpage with that of a doge or doge-related activity. Basisinformatie over de Extensie
| Naam | |
| ID | jailgicjdknlmhgikjppdfbjcbjmaeom |
| Officiële URL | https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom |
| Beschrijving | Replaces all images on all pages to DOGE. Ours is not to ask why. |
| Bestandsgrootte | 71.01 KB |
| Aantal Installaties | 306 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2014-06-03 |
| Publicatiedatum | 2014-06-03 |
| Beoordeling | 2.85/5 Totaal 27 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Shibesoft",
"content_scripts": [
{
"js": [
"jquery-1.8.0.min.js",
"background.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"icons": {
"128": "logo128.png",
"48": "logo48.png"
},
"description": "Replaces all images on all pages to DOGE. Ours is not to ask why.",
"manifest_version": 2,
"name": "DOGE",
"version": "1.3"
} | |