DOGE
Replaces all images on all pages to DOGE. Ours is not to ask why.
Was ist DOGE?
DOGE ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all images on all pages to DOGE. Ours is not to ask why.".
Erweiterungsscreenshots
DOGE-Erweiterungs-CRX-Datei herunterladen
Laden Sie DOGE-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This plugin attempts to replace every image on every webpage with that of a doge or doge-related activity. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jailgicjdknlmhgikjppdfbjcbjmaeom |
| Offizielle URL | https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom |
| Beschreibung | Replaces all images on all pages to DOGE. Ours is not to ask why. |
| Dateigröße | 71.01 KB |
| Installationsanzahl | 306 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2014-06-03 |
| Veröffentlichungsdatum | 2014-06-03 |
| Bewertung | 2.85/5 Insgesamt 27 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |