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.
Apa itu Prefer Old Reddit Profiles (by /u/corylulu)?
Prefer Old Reddit Profiles (by /u/corylulu) adalah ekstensi Chrome yang dikembangkan oleh corylulu, dan fitur utamanya adalah "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".
Unduh Berkas CRX Ekstensi Prefer Old Reddit Profiles (by /u/corylulu)
Unduh file ekstensi Prefer Old Reddit Profiles (by /u/corylulu) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | heldhdonnehiejfcfddaimkgaaiaccbf |
URL Resmi | https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf |
Deskripsi | Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages. |
Ukuran File | 44.3 KB |
Jumlah Instalasi | 85 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2017-11-08 |
Tanggal Publikasi | 2017-11-08 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | corylulu |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.reddit.com/u/corylulu |
URL Halaman Bantuan | http://www.reddit.com/u/corylulu |
Bahasa yang Didukung | 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" } |