IGG-Games Timer Killer
Addon that skips the download timer at IGG Games
IGG-Games Timer Killer क्या है?
IGG-Games Timer Killer gilshallem द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Addon that skips the download timer at IGG Games"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IGG-Games Timer Killer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |