Fake Redemption

For Kitboga

Fake Redemption란 무엇입니까?

Fake Redemption은(는) dah.eepo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For Kitboga"입니다.

확장 프로그램 스크린샷

screenshot

Fake Redemption 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension generates a 'fake' apple page intentionally when searching for 'redeem apple gift card'. This is strictly only used to mess with call scammers and cannot be used in a malicious manner. The validation only checks for the beginning letters of the card to be "XX" to successfully 'redeem' the fake cards. Great for making some revenge on those awful call scammers.                    

확장 프로그램 기본 정보

이름 Fake Redemption Fake Redemption
ID npkijobdaoheiemkkogpfmgeokmpmnde
공식 URL https://chromewebstore.google.com/detail/fake-redemption/npkijobdaoheiemkkogpfmgeokmpmnde
설명 For Kitboga
파일 크기 535 KB
설치 횟수 14
현재 버전 0.6.9
최근 업데이트 2022-05-31
출시 날짜 2022-05-31
평점 5.00/5 총 1 개의 평점
개발자 dah.eepo
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fake Redemption",
    "version": "0.6.9",
    "description": "For Kitboga",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/search?q=redeem+apple+gift+card*"
            ]
        }
    ]
}