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.
Vad är Magic Word?
Magic Word är en Chrome-tillägg utvecklad av ZackaryCLee, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Magic Word-förlängningens CRX-fil
Ladda ner Magic Word-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | bfgfjcjanceofihlacofphfnpbiccbac |
Officiell webbadress | https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac |
Beskrivning | 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. |
Filstorlek | 381 KB |
Antal Installationer | 74 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2019-12-14 |
Publiceringsdatum | 2019-12-14 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | ZackaryCLee |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |