IGG-Games Timer Killer
Addon that skips the download timer at IGG Games
Vad är IGG-Games Timer Killer?
IGG-Games Timer Killer är en Chrome-tillägg utvecklad av gilshallem, och dess huvudfunktion är "Addon that skips the download timer at IGG Games".
Tilläggsskärmbilder
Ladda ner IGG-Games Timer Killer-förlängningens CRX-fil
Ladda ner IGG-Games Timer Killer-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
Add-on that skips the download timer at igg-games.com Grundläggande Information om Tillägg
| Namn | |
| ID | lmpikhjimkebiaeohdjaakoghkcohomo |
| Officiell webbadress | https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo |
| Beskrivning | Addon that skips the download timer at IGG Games |
| Filstorlek | 135 KB |
| Antal Installationer | 78 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2020-08-29 |
| Publiceringsdatum | 2020-08-29 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | gilshallem |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |