Instant Meme Music

Why Not

Τι είναι το Instant Meme Music;

Το Instant Meme Music είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον monster official products, και η κύρια λειτουργία του είναι "Why Not".

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

screenshot

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

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

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

                        This extension is for the memifacators out there. You can play popular meme songs like Thanos Theme, Mii Store Theme, Discord, Motivational Lizard, and last but not least The lion king on the click of a button. This extension is to add some fun and memes to the day. You should install it because it will help a boring day become more fun and exciting. Open extension, choose song (click the text), and enjoy.                    

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

Όνομα Instant Meme Music Instant Meme Music
ID hgecmphiipmkpebibjlkgfmkomddidbf
Επίσημο URL https://chromewebstore.google.com/detail/instant-meme-music/hgecmphiipmkpebibjlkgfmkomddidbf
Περιγραφή Why Not
Μέγεθος Αρχείου 48.06 MB
Αριθμός Εγκαταστάσεων 280
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2019-11-10
Ημερομηνία Δημοσίευσης 2019-11-09
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής monster official products
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Why Not",
    "manifest_version": 2,
    "name": "Instant Meme Music",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/meme-kid.png"
    },
    "version": "1.6"
}