Cenafy Pro

Choose the odds of summoning John Cena while browsing the web

Cenafy Pro란 무엇입니까?

Cenafy Pro은(는) Tyndale Hannan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Choose the odds of summoning John Cena while browsing the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Cenafy Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Choose custom settings for Cenafy!

IMPORTANT:  To access pro features after purchase...

Click on the extensions puzzle icon in the top right corner > Cenafy Pro > "Use Pro Features"

That's it! Make sure to click SAVE when you're done!

_______________________________________________________________________________________
HERE ARE 2 ADDITIONAL WAYS TO ACCESS PRO FEATURES:
1. Go to chrome://extensions > Cenafy Pro Details > Extension Options

OR

2. Click on the extensions puzzle icon > 3 dots next to Cenafy Pro > Options
_______________________________________________________________________________________
PROBABILITY:
Choose either 0.5, 1, 2, 5, 10, 25, or 50% odds 

AUDIO:
Play the original theme or choose to blow out your speakers with bass boosted audio

VIDEO LOOP:
Play the Cena theme once and return to business or keep it playing forever
_______________________________________________________________________________________
TRIGGER EVENTS:
1. Clicking on a link
2. New Tabs
3. New Windows
(It will not trigger if you need to refresh a page)
_______________________________________________________________________________________
PAYMENT:
$2 Processed by Stripe. Lifetime Access                    

확장 프로그램 기본 정보

이름 Cenafy Pro Cenafy Pro
ID nemoahpekkghjdlmhiapdnkjfngdhhpa
공식 URL https://chromewebstore.google.com/detail/cenafy-pro/nemoahpekkghjdlmhiapdnkjfngdhhpa
설명 Choose the odds of summoning John Cena while browsing the web
파일 크기 34.71 MB
설치 횟수 172
현재 버전 1.1
최근 업데이트 2023-07-18
출시 날짜 2022-11-07
평점 3.25/5 총 4 개의 평점
개발자 Tyndale Hannan
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cenafy Pro",
    "version": "1.1",
    "description": "Choose the odds of summoning John Cena while browsing the web",
    "options_page": "options.html",
    "icons": {
        "48": "icons\/cena48.png",
        "96": "icons\/cena96.png"
    },
    "background": {
        "service_worker": "back.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}