CDKeys.com
Search online for your favourite games and always know if they are available to download at CDKeys.com
Что такое CDKeys.com?
CDKeys.com - это расширение Chrome, разработанное https://www.cdkeys.com, и его основная функция - "Search online for your favourite games and always know if they are available to download at CDKeys.com".
Снимки экрана расширения
Скачать файл CRX расширения CDKeys.com
Скачайте файлы расширений CDKeys.com в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 } |