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是由Tangelo Games開發的Chrome擴展程式,該擴展的主要功能是“Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning!”。
擴展截圖
下載Best Casino Slots Flare擴展crx文件
下載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 |
官方網址 | 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'" } |