MSDN Filter Fix
Extension fixes msdn language filter.
What is MSDN Filter Fix?
MSDN Filter Fix is a Chrome extension developed by lilo.jacob, and its main feature is "Extension fixes msdn language filter.".
Extension Screenshots
Download MSDN Filter Fix Extension CRX File
Download MSDN Filter Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension saves settings for language filter in classic view on http://msdn.microsoft.com
Extension Basic Information
Name | MSDN Filter Fix |
ID | lefgnjjebglaapofilbjenilkphndfkj |
Official URL | https://chromewebstore.google.com/detail/msdn-filter-fix/lefgnjjebglaapofilbjenilkphndfkj |
Description | Extension fixes msdn language filter. |
File Size | 34.53 KB |
Installation Count | 28 |
Current Version | 1.0.3.3 |
Last Updated | 2012-10-05 |
Publish Date | 2012-10-05 |
Rating | 4.00/5 Total 1 Ratings |
Developer | lilo.jacob |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "MSDN Filter Fix", "version": "1.0.3.3", "description": "Extension fixes msdn language filter.", "manifest_version": 2, "background": [], "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/msdn.microsoft.com\/*" ], "js": [ "thirdparty\/jquery.min.js", "fix.js" ] } ] } |