IGG-Games Timer Killer
Addon that skips the download timer at IGG Games
Τι είναι το IGG-Games Timer Killer;
Το IGG-Games Timer Killer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gilshallem, και η κύρια λειτουργία του είναι "Addon that skips the download timer at IGG Games".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IGG-Games Timer Killer
Λήψη αρχείων επέκτασης IGG-Games Timer Killer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Add-on that skips the download timer at igg-games.com Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | lmpikhjimkebiaeohdjaakoghkcohomo |
| Επίσημο URL | https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo |
| Περιγραφή | Addon that skips the download timer at IGG Games |
| Μέγεθος Αρχείου | 135 KB |
| Αριθμός Εγκαταστάσεων | 78 |
| Τρέχουσα Έκδοση | 1.0.1 |
| Τελευταία Ενημέρωση | 2020-08-29 |
| Ημερομηνία Δημοσίευσης | 2020-08-29 |
| Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | gilshallem |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"*:\/\/bluemediafiles.com\/*"
],
"run_at": "document_end"
}
],
"description": "Addon that skips the download timer at IGG Games",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 2,
"name": "IGG-Games Timer Killer",
"version": "1.0.1",
"version_name": "1.0.1"
} | |