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.
Vad är Prefer Old Reddit Profiles (by /u/corylulu)?
Prefer Old Reddit Profiles (by /u/corylulu) är en Chrome-tillägg utvecklad av corylulu, och dess huvudfunktion är "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".
Ladda ner Prefer Old Reddit Profiles (by /u/corylulu)-förlängningens CRX-fil
Ladda ner Prefer Old Reddit Profiles (by /u/corylulu)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | heldhdonnehiejfcfddaimkgaaiaccbf |
Officiell webbadress | https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf |
Beskrivning | Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages. |
Filstorlek | 44.3 KB |
Antal Installationer | 85 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2017-11-08 |
Publiceringsdatum | 2017-11-08 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | corylulu |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.reddit.com/u/corylulu |
Hjälpsida URL | http://www.reddit.com/u/corylulu |
Stödda Språk | 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" } |