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.
Qu'est-ce que Prefer Old Reddit Profiles (by /u/corylulu) ?
Prefer Old Reddit Profiles (by /u/corylulu) est une extension Chrome développée par corylulu, et sa fonction principale est "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".
Télécharger le fichier CRX de l'extension Prefer Old Reddit Profiles (by /u/corylulu)
Téléchargez les fichiers d'extension Prefer Old Reddit Profiles (by /u/corylulu) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | heldhdonnehiejfcfddaimkgaaiaccbf |
URL Officiel | https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf |
Description | Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages. |
Taille du Fichier | 44.3 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2017-11-08 |
Date de Publication | 2017-11-08 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | corylulu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.reddit.com/u/corylulu |
URL de la Page d'Aide | http://www.reddit.com/u/corylulu |
Langues Prises en Charge | 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" } |