Higher or Lower
Play HigherOrLowerGame without losing !
Higher or Lowerとは何ですか?
Higher or LowerはElliot Lintzによって開発されたChromeの拡張機能で、その主な機能は「Play HigherOrLowerGame without losing !」です。
拡張機能のスクリーンショット
Higher or Lower拡張機能のCRXファイルをダウンロード
Higher or Lower拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
What is higher Or Lower I Know ? Higher Or Lower I Know is a non official extension for the game www.higherlowergame.com. It enable you to beat your highscore without any effort. How do I use the web extension ? You simply have to go to 'The Higher Lower Game' website, start a game, click on the extension icon and push the start button. The extension will play for you. If the extension doesn't know the answer, it will take a guess and save the result for the next time. Note: 1 - The data stored in the extension is not totaly complete. Which means it can sometimes fail. 2 - The data is based on global monthly searches in 2017. Which means it can be obsolete if the game change it.
拡張機能の基本情報
名前 | |
ID | iamaolggopenjoekedhikgoedhhenphg |
公式URL | https://chrome.google.com/webstore/detail/higher-or-lower/iamaolggopenjoekedhikgoedhhenphg |
説明 | Play HigherOrLowerGame without losing ! |
ファイルサイズ | 30.76 KB |
インストール数 | 829 |
現在のバージョン | 2.0 |
最終更新日 | 2019-09-23 |
公開日 | 2019-09-23 |
評価 | 3.22/5 合計 9 レビュー |
開発者 | Elliot Lintz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Higher or Lower", "version": "2.0", "description": "Play HigherOrLowerGame without losing !", "content_scripts": [ { "matches": [ "http:\/\/www.higherlowergame.com\/", "https:\/\/www.higherlowergame.com\/", "http:\/\/www.higherlowergame.com\/options", "https:\/\/www.higherlowergame.com\/options" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "alarms", "unlimitedStorage", "activeTab", "tabs" ], "browser_action": { "default_popup": "popup.html", "default_title": "Win every Higher Lower game" } } |