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.
Что такое Prefer Old Reddit Profiles (by /u/corylulu)?
Prefer Old Reddit Profiles (by /u/corylulu) - это расширение Chrome, разработанное corylulu, и его основная функция - "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".
Скачать файл CRX расширения Prefer Old Reddit Profiles (by /u/corylulu)
Скачайте файлы расширений Prefer Old Reddit Profiles (by /u/corylulu) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | heldhdonnehiejfcfddaimkgaaiaccbf |
Официальный URL | https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf |
Описание | Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages. |
Размер файла | 44.3 KB |
Количество установок | 85 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2017-11-08 |
Дата публикации | 2017-11-08 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | corylulu |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.reddit.com/u/corylulu |
URL страницы помощи | http://www.reddit.com/u/corylulu |
Поддерживаемые языки | 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" } |