Potato for President 2016

Replace occurences of Presidential Candidate's names with various fruits and vegetables

Τι είναι το Potato for President 2016;

Το Potato for President 2016 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Evan Krause, και η κύρια λειτουργία του είναι "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Potato for President 2016

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

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

                        If you've ever thought, "Gee, I wish the current Candidates for the Presidency of the United States of America were named after fruits and/or vegetables", well, this extension is for you. It will automatically replace Candidate Clinton's and Candidate Trump's names with random fruits and vegetables on any page you visit. Unsatisfied with the fruit and/or vegetable given? Just reload to get a new one!                    

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

Όνομα Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
Επίσημο URL https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Περιγραφή Replace occurences of Presidential Candidate's names with various fruits and vegetables
Μέγεθος Αρχείου 28.12 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-09-26
Ημερομηνία Δημοσίευσης 2016-09-26
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Evan Krause
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato for President 2016",
    "description": "Replace occurences of Presidential Candidate's names with various fruits and vegetables",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fruits.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}