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.
Hvad er Prefer Old Reddit Profiles (by /u/corylulu)?
Prefer Old Reddit Profiles (by /u/corylulu) er en Chrome-udvidelse udviklet af corylulu, og dens hovedfunktion er "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".
Download Prefer Old Reddit Profiles (by /u/corylulu)-udvidelses-CRX-fil
Download Prefer Old Reddit Profiles (by /u/corylulu)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | heldhdonnehiejfcfddaimkgaaiaccbf |
Officiel URL | https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf |
Beskrivelse | Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages. |
Filstørrelse | 44.3 KB |
Antal Installationer | 85 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2017-11-08 |
Udgivelsesdato | 2017-11-08 |
Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
Udvikler | corylulu |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.reddit.com/u/corylulu |
Hjælpeside-URL | http://www.reddit.com/u/corylulu |
Understøttede Sprog | 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" } |