no-np
Converts np links on reddit to regular links
Wat is no-np?
no-np is een Chrome-extensie ontwikkeld door Ryan Haack, en de belangrijkste functie is "Converts np links on reddit to regular links".
Download het CRX-bestand van de extensie no-np
Download no-np-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Changes all np links on reddit to regular reddit links. Now supports the reddit redesign.
Basisinformatie over de Extensie
Naam | no-np |
ID | dimklpfhlgpdoflddlaklcgeaglaacbm |
Officiële URL | https://chromewebstore.google.com/detail/no-np/dimklpfhlgpdoflddlaklcgeaglaacbm |
Beschrijving | Converts np links on reddit to regular links |
Bestandsgrootte | 28.23 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2018-05-18 |
Publicatiedatum | 2018-05-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ryan Haack |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/haackr/no-np |
Ondersteunde Talen | 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" } } |