DOGE
Replaces all images on all pages to DOGE. Ours is not to ask why.
Vad är DOGE?
DOGE är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces all images on all pages to DOGE. Ours is not to ask why.".
Tilläggsskärmbilder
Ladda ner DOGE-förlängningens CRX-fil
Ladda ner DOGE-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This plugin attempts to replace every image on every webpage with that of a doge or doge-related activity. Grundläggande Information om Tillägg
| Namn | |
| ID | jailgicjdknlmhgikjppdfbjcbjmaeom |
| Officiell webbadress | https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom |
| Beskrivning | Replaces all images on all pages to DOGE. Ours is not to ask why. |
| Filstorlek | 71.01 KB |
| Antal Installationer | 306 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2014-06-03 |
| Publiceringsdatum | 2014-06-03 |
| Betyg | 2.85/5 Totalt 27 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |