Best Casino Slots Flare
Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning!
O que é Best Casino Slots Flare?
Best Casino Slots Flare é uma extensão do Chrome desenvolvida por Tangelo Games, e sua principal característica é "Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Best Casino Slots Flare
Baixe arquivos de extensão Best Casino Slots Flare no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | hioicgneeigpaboplccaadehaegjcmbk |
URL Oficial | https://chrome.google.com/webstore/detail/best-casino-slots-flare/hioicgneeigpaboplccaadehaegjcmbk |
Descrição | Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning! |
Tamanho do Arquivo | 57.94 KB |
Contagem de Instalações | 5,000 |
Versão Atual | 1.0.7 |
Última Atualização | 2019-07-30 |
Data de Publicação | 2019-07-30 |
Classificação | 3.74/5 Total de 38 Avaliações |
Desenvolvedor | Tangelo Games |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |