Secret Extension
Shhhh. Only dreams now.
Wat is Secret Extension?
Secret Extension is een Chrome-extensie ontwikkeld door Andy Groff, en de belangrijkste functie is "Shhhh. Only dreams now.".
Download het CRX-bestand van de extensie Secret Extension
Download Secret Extension-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
This extension is... well... coool
Basisinformatie over de Extensie
Naam | Secret Extension |
ID | hbkhcmcomahiakpeliildjelgpgjpjfl |
Officiële URL | https://chromewebstore.google.com/detail/secret-extension/hbkhcmcomahiakpeliildjelgpgjpjfl |
Beschrijving | Shhhh. Only dreams now. |
Bestandsgrootte | 149 KB |
Aantal Installaties | 13 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-12-03 |
Publicatiedatum | 2015-12-03 |
Ontwikkelaar | Andy Groff |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secret Extension", "version": "0.0.1", "manifest_version": 2, "description": "Shhhh. Only dreams now.", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.slack.com\/*" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ] } ] } |