Hide MSDN Inherited Members

When visiting an MSDN page, this extension hides inherited members
What is Hide MSDN Inherited Members?
Hide MSDN Inherited Members is a Chrome extension that allows you to toggle the visibility of inherited members while viewing documentation on MSDN. It improves the browsing experience by hiding irrelevant information and focusing on the declared members of a class.

Extension stats

Users: 7
Rating: 4.00 (2)
Version: 1.2 (Last updated: 2016-07-19)
Creation date: 2016-07-18
Risk impact: High risk impact
Risk likelihood: Moderate risk likelihood
Manifest version: 2
Permissions:
  • tabs
  • *://msdn.microsoft.com/*
Size: 18.79K
URLs: Website

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension

Extension summary

This extension will hide all inherited members of a class while viewing documentation in MSDN. When clicked, it will toggle the visibility of all inherited members. In the screenshot, you can see that many of the items in the "Properties" section are inherited. Once we activate the extension, only the items that are actually declared by the Button class are left.

Filtering of inherited members is not automatic. You manually active the MSDN+ icon in your chrome extensions tray in the top right. To make inherited members visible again, you can just click the MSDN+ icon a second time.

You can find the source code here, https://github.com/NullSoldier/ChromeMSDN

User reviews

It was not working. But I have modified the content.js folder and now it works correctly. Additionally I have forked the GitHub repository and added a pull request. content.js file is in C:\Users\USER\AppData\Local\Google\Chrome\User Data\Default\Extensions\bhfncgcmnpjonmdcdcfbhdpmpbjnpoeg\1.2_0 on my machine(Windows 8.1). Open the file with notepad and replace the content with this: Array.prototype.forEach.call ( document.querySelectorAll ('tr'), function (node) { if(node.innerHTML.indexOf('(Inherited from') != -1){ node.style.display = node.style.display === 'none' ? '' : 'none'; } } )
by Todor Vyagov, 2016-09-12
View all user reviews

Extension safety

Risk impact

Hide MSDN Inherited Members is risky to use as it requires a number of sensitive permissions that can potentially harm your browser and steal your data. Exercise caution when installing this extension. Review carefully before installing. We recommend that you only install Hide MSDN Inherited Members if you trust the publisher.

Risk likelihood

Hide MSDN Inherited Members is probably trust-worthy. Prefer other publishers if available. Exercise caution when installing this extension.

Upgrade to see risk analysis details

Similar extensions

Here are some Chrome extensions that are similar to Hide MSDN Inherited Members: