Flapjack Scream
Adds a button that will play the flapjack scream.
Wat is Flapjack Scream?
Flapjack Scream is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds a button that will play the flapjack scream.".
Extensie Screenshots
Download het CRX-bestand van de extensie Flapjack Scream
Download Flapjack Scream-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a button that will play the flapjack scream.
Basisinformatie over de Extensie
Naam | |
ID | llfkmholofohlodlgnlclhbengmfmllo |
Officiële URL | https://chromewebstore.google.com/detail/flapjack-scream/llfkmholofohlodlgnlclhbengmfmllo |
Beschrijving | Adds a button that will play the flapjack scream. |
Bestandsgrootte | 942 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2019-01-07 |
Publicatiedatum | 2019-01-06 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } |