no-np
Converts np links on reddit to regular links
What is no-np?
no-np is a Chrome extension developed by Ryan Haack, and its main feature is "Converts np links on reddit to regular links".
Download no-np Extension CRX File
Download no-np 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
Changes all np links on reddit to regular reddit links. Now supports the reddit redesign.
Extension Basic Information
Name | no-np |
ID | dimklpfhlgpdoflddlaklcgeaglaacbm |
Official URL | https://chromewebstore.google.com/detail/no-np/dimklpfhlgpdoflddlaklcgeaglaacbm |
Description | Converts np links on reddit to regular links |
File Size | 28.23 KB |
Installation Count | 20 |
Current Version | 1.3.0 |
Last Updated | 2018-05-18 |
Publish Date | 2018-05-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ryan Haack |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/haackr/no-np |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "no-np", "description": "Converts np links on reddit to regular links", "version": "1.3.0", "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "fixlinks.js" ] } ], "permissions": [ "tabs", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "icons": { "128": ".\/icons\/icon128.png", "64": ".\/icons\/icon64.png", "48": ".\/icons\/icon.png", "32": ".\/icons\/icon32.png", "16": ".\/icons\/icon16.png" } } |