Cenafy Pro
Choose the odds of summoning John Cena while browsing the web
Cenafy Pro क्या है?
Cenafy Pro Tyndale Hannan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Choose the odds of summoning John Cena while browsing the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cenafy Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
} | |