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.
Hvad er Magic Word?
Magic Word er en Chrome-udvidelse udviklet af ZackaryCLee, og dens hovedfunktion er "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.".
Udvidelsesskærmbilleder
Download Magic Word-udvidelses-CRX-fil
Download Magic Word-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bfgfjcjanceofihlacofphfnpbiccbac |
Officiel URL | https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac |
Beskrivelse | 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. |
Filstørrelse | 381 KB |
Antal Installationer | 74 |
Nuværende Version | 0.1 |
Senest Opdateret | 2019-12-14 |
Udgivelsesdato | 2019-12-14 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | ZackaryCLee |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |