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 |
公式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'" } |