CDKeys.com
Search online for your favourite games and always know if they are available to download at CDKeys.com
CDKeys.com क्या है?
CDKeys.com https://www.cdkeys.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search online for your favourite games and always know if they are available to download at CDKeys.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CDKeys.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Surf around the web for your favorite games and check the availability with best price from CDKeys.com.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ccbfldhmepgjnenngmncbmjkllelamhi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ccbfldhmepgjnenngmncbmjkllelamhi |
विवरण | Search online for your favourite games and always know if they are available to download at CDKeys.com |
फ़ाइल का आकार | 94.25 KB |
स्थापना संख्या | 244 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2020-07-03 |
प्रकाशन तिथि | 2020-07-03 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.cdkeys.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://support.cdkeys.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.cdkeys.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CDKeys.com", "version": "1.5", "description": "Search online for your favourite games and always know if they are available to download at CDKeys.com", "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "128": "img\/128x128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*", "https:\/\/*.steampowered.com\/*", "https:\/\/*.instant-gaming.com\/*", "https:\/\/*.mmoga.com\/*", "https:\/\/*.mmoga.co.uk\/*", "https:\/\/*.mmoga.de\/*", "https:\/\/*.mmoga.fr\/*", "https:\/\/*.mmoga.es\/*", "https:\/\/*.mmoga.se\/*", "https:\/\/*.gamivo.com\/*", "https:\/\/*.mixer.com\/*", "https:\/\/*.gocdkeys.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.g2a.com\/*", "https:\/\/*.gg.deals\/*", "https:\/\/*.cdkeys.test\/*", "https:\/\/*.cdkeys.com\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/content.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/cdkeys.test\/", "https:\/\/www.cdkeys.com\/" ], "browser_action": { "default_icon": "img\/favicon.png" }, "web_accessible_resources": [ "img\/logo.png" ], "manifest_version": 2 } |