Pokemon Hack

Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!

Τι είναι το Pokemon Hack;

Το Pokemon Hack είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NextGen Developer, και η κύρια λειτουργία του είναι "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is just a harmless prank that adds Pokemon photos and (some) words. 
Note: This is a great extension if you are a student that uses Membean!                    

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

Όνομα Pokemon Hack Pokemon Hack
ID dgcnfokmlgijancfdakokeaibbmpljgc
Επίσημο URL https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc
Περιγραφή Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 133
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2018-03-15
Ημερομηνία Δημοσίευσης 2018-03-15
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής NextGen Developer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Hack",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!",
    "icons": {
        "16": "icon1.png",
        "128": "icon2.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/*",
        "\/images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}