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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}