Flash Control
Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Flash Control क्या है?
Flash Control nachtnyg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flash Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit. Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit. It basically strips the page of other scripts like Javascript as well. All you need to do enter the webpage in the search box and hit enter. The resultant webpage will be devoid of all the flash content. Happy Flashless websurfing! Note: Add-on is just redirecting to this website: http://flashcontrol.chromecrxstore.com/ when you enter the desired website url in search box flash will be blocked.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hlpkphgapkpdhdggbphdhhjhmkbcijoh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh |
विवरण | Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit. |
फ़ाइल का आकार | 49.67 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2019-09-25 |
प्रकाशन तिथि | 2019-09-25 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | nachtnyg |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flash Control", "version": "2.2", "description": "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "http:\/\/flashcontrol.chromecrxstore.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Flash Control" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |