nMeme

Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.

Τι είναι το nMeme;

Το nMeme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον guyfawkesmint, και η κύρια λειτουργία του είναι "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης nMeme

Λήψη αρχείων επέκτασης nMeme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα nMeme nMeme
ID ghipgjemcpdgmioojmkddgaeadfpeodd
Επίσημο URL https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd
Περιγραφή Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
Μέγεθος Αρχείου 1.27 MB
Αριθμός Εγκαταστάσεων 42
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-03-25
Ημερομηνία Δημοσίευσης 2014-03-25
Αξιολόγηση 1.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής guyfawkesmint
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}