Ask The Stars (Popup Game)

8 ball question and answer game. Has a cheat mode to prank your friends!

Ask The Stars (Popup Game)とは何ですか?

Ask The Stars (Popup Game)はPopup Gamesによって開発されたChromeの拡張機能で、その主な機能は「8 ball question and answer game. Has a cheat mode to prank your friends!」です。

拡張機能のスクリーンショット

screenshot

Ask The Stars (Popup Game)拡張機能のCRXファイルをダウンロード

Ask The Stars (Popup Game)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An 8-ball style question and answer game where the player enters a question and the "stars align" to form a Yes/No answer. The game also features a discrete prank mode where the player can subtly change how they type the questions to force yes or no answers. This is great for pranking friends as you can pretend the game knows everything about them!

How to play:
    1) Type a question in the text box at the top of the page. End the question with a question mark to submit it
    2) The stars will align with either a yes or no answer!

Cheat mode:
    Instead of typing a '?' at the end of your question, type a '/' while this mode is enabled. This will force the answer to be yes. To force a no answer in this mode, type a regular question mark. This is especially discrete (even if someone watches you type) since a '/' is just a '?' without holding SHIFT.                    

拡張機能の基本情報

名前 Ask The Stars (Popup Game) Ask The Stars (Popup Game)
ID ojpecghgbnnnglccbiplbnhohcojblgf
公式URL https://chromewebstore.google.com/detail/ask-the-stars-popup-game/ojpecghgbnnnglccbiplbnhohcojblgf
説明 8 ball question and answer game. Has a cheat mode to prank your friends!
ファイルサイズ 816 KB
インストール数 4,057
現在のバージョン 1.16
最終更新日 2021-01-10
公開日 2020-05-07
評価 4.33/5 合計 21 レビュー
開発者 Popup Games
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ask The Stars (Popup Game)",
    "short_name": "Ask The Stars",
    "version": "1.16",
    "description": "8 ball question and answer game. Has a cheat mode to prank your friends!",
    "icons": {
        "19": "icon_19.png",
        "38": "icon_38.png",
        "128": "icon_128.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Ask The Stars",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/james1236.online\/*"
    ]
}