Flash Block (Plus)
Provides control over all flash contents
Flash Block (Plus) क्या है?
Flash Block (Plus) chYer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides control over all flash contents"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flash Block (Plus) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Flash Block (Plus) extension controls all Adobe Flash contents (including ads, games, video and music players) in webpages. As you browse, a placeholder frame(s) stating 'Flash Content' appears instead of the actual Flash. Clicking on the frame loads the original content. Moreover, you can white-list any website from toolbar-popup to disable the extension. Important features: 1. Allows you to block flash contents (including banners, games, video and music players) in all webpages. 2. Easily switch the extension On or Off from the toolbar popup. 3. Add or remove websites to the white-list from toolbar-popup. 4. An empty frame appears in place of the actual flash, clicking on the frame will load the flash. Note: in order to report Bugs, please visit addon's Homepage (http://mybrowseraddon.com/noflash.html) and fill the bug report form.
एक्सटेंशन की मूल जानकारी
नाम | Flash Block (Plus) |
ID | lhjanpmhcanjknkcfjiikkjdecjkmngn |
आधिकारिक URL | https://chromewebstore.google.com/detail/flash-block-plus/lhjanpmhcanjknkcfjiikkjdecjkmngn |
विवरण | Provides control over all flash contents |
फ़ाइल का आकार | 108 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 0.1.9 |
अंतिम अपडेट | 2018-10-23 |
प्रकाशन तिथि | 2018-10-23 |
रेटिंग | 3.21/5 कुल 112 रेटिंग्स |
डेवलपर | chYer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://mybrowseraddon.com/noflash.html |
सहायता पृष्ठ URL | http://mybrowseraddon.com/noflash.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.9", "manifest_version": 2, "short_name": "noflash", "name": "Flash Block (Plus)", "permissions": [ "tabs", "storage" ], "background": { "page": "lib\/chrome\/background.html" }, "web_accessible_resources": [ "data\/content_script\/*" ], "homepage_url": "http:\/\/mybrowseraddon.com\/noflash.html", "description": "Provides control over all flash contents", "options_ui": { "chrome_style": true, "page": "data\/options\/options.html" }, "browser_action": { "default_title": "Flash Block (Plus)", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ " |