CPRemastered Flash Enabler
Allows CPRMastered to automatically run Flash Player
CPRemastered Flash Enabler क्या है?
CPRemastered Flash Enabler https://cpremastered.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows CPRMastered to automatically run Flash Player"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CPRemastered Flash Enabler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This auto enables flash for CPRemastered.com This will be deprecated in the future when we switch to HTML5.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nbjhiamjcdkhjjahklhjjddigcbalkll |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cpremastered-flash-enable/nbjhiamjcdkhjjahklhjjddigcbalkll |
विवरण | Allows CPRMastered to automatically run Flash Player |
फ़ाइल का आकार | 16.26 KB |
स्थापना संख्या | 623 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2020-04-02 |
प्रकाशन तिथि | 2020-04-01 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://cpremastered.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CPRemastered Flash Enabler", "version": "0.4", "description": "Allows CPRMastered 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 } |