Tardis Loader
This extension will activate the Tardis Tool
Wat is Tardis Loader?
Tardis Loader is een Chrome-extensie ontwikkeld door lucasleedotnet, en de belangrijkste functie is "This extension will activate the Tardis Tool".
Download het CRX-bestand van de extensie Tardis Loader
Download Tardis Loader-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
Basisinformatie over de Extensie
| Naam | |
| ID | knaddecekpkgcfgafcdkjkbkifneeaof |
| Officiële URL | https://chrome.google.com/webstore/detail/tardis-loader/knaddecekpkgcfgafcdkjkbkifneeaof |
| Beschrijving | This extension will activate the Tardis Tool |
| Bestandsgrootte | 10.11 KB |
| Aantal Installaties | 41 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-03-21 |
| Publicatiedatum | 2017-03-21 |
| Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | lucasleedotnet |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tardis Loader",
"description": "This extension will activate the Tardis Tool",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "loader.html"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"bootstrap.js"
]
}
]
} | |