Thanos It
Thanos all the things
Was ist Thanos It?
Thanos It ist eine Chrome-Erweiterung, die von https://jbegleiter.com entwickelt wurde, und ihr Hauptmerkmal ist "Thanos all the things".
Erweiterungsscreenshots
Thanos It-Erweiterungs-CRX-Datei herunterladen
Laden Sie Thanos It-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
Snap to destroy half of the visible items on a webpage, or become Thanos and enable the gauntlet to destroy items at will on any webpage.
This will remember web pages where it has been enabled. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lhapaogdadehkjdlhmlfdnpmncdcojcn |
| Offizielle URL | https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn |
| Beschreibung | Thanos all the things |
| Dateigröße | 990 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-05-13 |
| Veröffentlichungsdatum | 2019-05-13 |
| Bewertung | 1.81/5 Insgesamt 16 Bewertungen |
| Entwickler | https://jbegleiter.com |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Thanos It",
"version": "1.0",
"description": "Thanos all the things",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/gauntlet_lit_16.png",
"32": "images\/gauntlet_lit_32.png",
"48": "images\/gauntlet_lit_48.png",
"128": "images\/gauntlet_lit_128.png"
}
},
"content_scripts": [
{
"css": [
"css\/particles.css"
],
"js": [
"scripts\/anime.min.js",
"scripts\/particles.js",
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"icons": {
"16": "images\/gauntlet_lit_16.png",
"32": "images\/gauntlet_lit_32.png",
"48": "images\/gauntlet_lit_48.png",
"128": "images\/gauntlet_lit_128.png"
}
} | |