Flapjack Scream

Adds a button that will play the flapjack scream.

Qu'est-ce que Flapjack Scream ?

Flapjack Scream est une extension Chrome développée par Unknown, et sa fonction principale est "Adds a button that will play the flapjack scream.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flapjack Scream

Téléchargez les fichiers d'extension Flapjack Scream au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Adds a button that will play the flapjack scream.                    

Informations de Base sur l'Extension

Nom Flapjack Scream Flapjack Scream
ID llfkmholofohlodlgnlclhbengmfmllo
URL Officiel https://chromewebstore.google.com/detail/flapjack-scream/llfkmholofohlodlgnlclhbengmfmllo
Description Adds a button that will play the flapjack scream.
Taille du Fichier 942 KB
Nombre d'Installations 26
Version Actuelle 1.4
Dernière Mise à Jour 2019-01-07
Date de Publication 2019-01-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "browser_action": {
        "default_icon": "mask16.png",
        "default_title": "UUUAAAAGGH"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds a button that will play the flapjack scream.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Flapjack Scream",
    "permissions": [],
    "icons": {
        "48": "mask48.png",
        "128": "mask128.png",
        "16": "mask16.png"
    },
    "manifest_version": 2,
    "version": "1.4"
}