CPRewritten Flash Enabler
Allows CPRewritten to automatically run Flash Player
CPRewritten Flash Enabler क्या है?
CPRewritten Flash Enabler https://play.cprewritten.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows CPRewritten to automatically run Flash Player"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CPRewritten Flash Enabler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allow Club Penguin Rewritten to enable Flash by default in Chrome. Easily improve your Club Penguin Rewritten experience with this easy-to-install extension! You play the game, our enabler will do the work for you. No more having to manually enable the option yourselves! Your privacy is important to us, we will use your permissions only to support Flash and nothing else.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dkgjegocmcicmloagcapoglndjkhpdmm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cprewritten-flash-enabler/dkgjegocmcicmloagcapoglndjkhpdmm |
विवरण | Allows CPRewritten to automatically run Flash Player |
फ़ाइल का आकार | 27.58 KB |
स्थापना संख्या | 210,769 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2019-06-12 |
प्रकाशन तिथि | 2019-06-12 |
रेटिंग | 4.27/5 कुल 89 रेटिंग्स |
डेवलपर | https://play.cprewritten.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://play.cprewritten.net |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CPRewritten Flash Enabler", "version": "0.2", "description": "Allows CPRewritten to automatically run Flash Player", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "32": "toolbar_icon32.png" } }, "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |