Magic Word
Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.
Qu'est-ce que Magic Word ?
Magic Word est une extension Chrome développée par ZackaryCLee, et sa fonction principale est "Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magic Word
Téléchargez les fichiers d'extension Magic Word 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
Small chance of opening the "Magic Word" tab each time a tab is opened. The "Magic Word" tab is a video of Dennis Nedry saying "Ah Ah Ah, you didn't say the magic word". This extension is just for a fun little Jurassic Park reference every once in a while.
Informations de Base sur l'Extension
Nom | |
ID | bfgfjcjanceofihlacofphfnpbiccbac |
URL Officiel | https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac |
Description | Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word. |
Taille du Fichier | 381 KB |
Nombre d'Installations | 74 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-12-14 |
Date de Publication | 2019-12-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | ZackaryCLee |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magic Word", "description": "Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "nedry.png" }, "icons": { "128": "nedry.png" } } |