GriesmayerNoFlash
Adds a "Download" button to videos which need Flash.
GriesmayerNoFlash क्या है?
GriesmayerNoFlash z3ntu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a "Download" button to videos which need Flash."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GriesmayerNoFlash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a "Download" button to videos on griesmayer.com which need Flash.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hcaikojphmgkkdcpcohmmnloolhkjihp |
आधिकारिक URL | https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp |
विवरण | Adds a "Download" button to videos which need Flash. |
फ़ाइल का आकार | 33.35 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-09-07 |
प्रकाशन तिथि | 2017-09-07 |
डेवलपर | z3ntu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GriesmayerNoFlash", "description": "Adds a \"Download\" button to videos which need Flash.", "version": "1.0", "author": "z3ntu", "homepage_url": "https:\/\/z3ntu.xyz", "content_scripts": [ { "js": [ "js\/jquery-3.2.1.min.js", "js\/script.js" ], "matches": [ "*:\/\/griesmayer.com\/*" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/griesmayer.com\/*" ] } |