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.
Was ist Magic Word?
Magic Word ist eine Chrome-Erweiterung, die von ZackaryCLee entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Erweiterungsscreenshots
Magic Word-Erweiterungs-CRX-Datei herunterladen
Laden Sie Magic Word-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bfgfjcjanceofihlacofphfnpbiccbac |
Offizielle URL | https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac |
Beschreibung | 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. |
Dateigröße | 381 KB |
Installationsanzahl | 74 |
Aktuelle Version | 0.1 |
Letztes Update | 2019-12-14 |
Veröffentlichungsdatum | 2019-12-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | ZackaryCLee |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |