nMeme
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
Vad är nMeme?
nMeme är en Chrome-tillägg utvecklad av guyfawkesmint, och dess huvudfunktion är "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".
Tilläggsskärmbilder
Ladda ner nMeme-förlängningens CRX-fil
Ladda ner nMeme-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
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. (nGabe is an existing fork of nCage) All credit goes to qwertyman1. If qwertyman1 (nCage's author) isn't happy with me publishing this, I'll happily take it down on his request.
Grundläggande Information om Tillägg
Namn | |
ID | ghipgjemcpdgmioojmkddgaeadfpeodd |
Officiell webbadress | https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd |
Beskrivning | Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. |
Filstorlek | 1.27 MB |
Antal Installationer | 42 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-03-25 |
Publiceringsdatum | 2014-03-25 |
Betyg | 1.00/5 Totalt 3 Betyg |
Utvecklare | guyfawkesmint |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery-1.8.0.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.", "manifest_version": 2, "name": "nMeme", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |