Best Casino Slots Flare
Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning!
Что такое Best Casino Slots Flare?
Best Casino Slots Flare - это расширение Chrome, разработанное Tangelo Games, и его основная функция - "Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning!".
Снимки экрана расширения
Скачать файл CRX расширения Best Casino Slots Flare
Скачайте файлы расширений Best Casino Slots Flare в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tangelo Games is proud to present the Best Casino Flare! Install TODAY for an instant Special Bonus! Stay up to date with the latest Best Casino news, updates and all of the awesome rewards we have for YOU! Our official Chrome extension adds a quick-access button to your Facebook, which will tip you off about new machines, bonuses and other Best Casino special events! Install Best Casino Flare NOW & start winning!
Основная информация о расширении
Название | |
ID | hioicgneeigpaboplccaadehaegjcmbk |
Официальный URL | https://chrome.google.com/webstore/detail/best-casino-slots-flare/hioicgneeigpaboplccaadehaegjcmbk |
Описание | Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning! |
Размер файла | 57.94 KB |
Количество установок | 5,000 |
Текущая Версия | 1.0.7 |
Последнее Обновление | 2019-07-30 |
Дата публикации | 2019-07-30 |
Рейтинг | 3.74/5 Всего 38 оценок |
Разработчик | Tangelo Games |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "logging.js", "background.js" ] }, "browser_action": { "default_icon": "16.png", "default_title": "Play Best Casino Slots!" }, "content_scripts": [ { "js": [ "logging.js", "contentScript.js" ], "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.diwip.com\/*" ] } ], "description": "Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning!", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Best Casino Slots Flare", "permissions": [ "contentSettings", "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.diwip.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.diwip.com\/*" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7", "web_accessible_resources": [ "*.png" ], "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net; object-src 'self'" } |