Prefer Old Reddit Profiles (by /u/corylulu)
Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
Wat is Prefer Old Reddit Profiles (by /u/corylulu)?
Prefer Old Reddit Profiles (by /u/corylulu) is een Chrome-extensie ontwikkeld door corylulu, en de belangrijkste functie is "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".
Download het CRX-bestand van de extensie Prefer Old Reddit Profiles (by /u/corylulu)
Download Prefer Old Reddit Profiles (by /u/corylulu)-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
Basisinformatie over de Extensie
Naam | |
ID | heldhdonnehiejfcfddaimkgaaiaccbf |
Officiële URL | https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf |
Beschrijving | Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages. |
Bestandsgrootte | 44.3 KB |
Aantal Installaties | 85 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-11-08 |
Publicatiedatum | 2017-11-08 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | corylulu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.reddit.com/u/corylulu |
Help Pagina-URL | http://www.reddit.com/u/corylulu |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "arrive.min.js", "index.js" ], "matches": [ "http:\/\/*.reddit.com\/*", "http:\/\/reddit.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/reddit.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "description": "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.", "manifest_version": 2, "name": "Prefer Old Reddit Profiles (by \/u\/corylulu)", "version": "1.0.2" } |