Spotifork
Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Что такое Spotifork?
Spotifork - это расширение Chrome, разработанное D. VECCHITTO, и его основная функция - "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".
Снимки экрана расширения
Скачать файл CRX расширения Spotifork
Скачайте файлы расширений Spotifork в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
*EDIT: NEW VERSION! Pitchfork changed a bunch of their html markup so some parts of this stopped working. It should be mostly functional again.* Spotifork adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search. Spotifork creates one link that jumps directly to the artist and another that jumps directly to the album. Spotifork does NOT check Spotify before creating these links, so many searches may yield no results. Still, this is the fastest way to see if stuff reviewed on Pitchfork is available on Spotify!
Основная информация о расширении
Название | Spotifork |
ID | amhdchkdkchdidinbcofgbklneockjmf |
Официальный URL | https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf |
Описание | Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search. |
Размер файла | 60.53 KB |
Количество установок | 89 |
Текущая Версия | 1.4 |
Последнее Обновление | 2021-05-04 |
Дата публикации | 2019-01-09 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | D. VECCHITTO |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotifork", "description": "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.", "version": "1.4", "icons": { "16": "sfork16.png", "48": "sfork48.png", "128": "sfork128.png" }, "content_scripts": [ { "matches": [ "http:\/\/pitchfork.com\/*", "https:\/\/pitchfork.com\/*" ], "js": [ "jquery321min.js", "pforkify.js" ], "css": [ "pforkify.css" ] } ], "web_accessible_resources": [ "spotify-icon.png" ], "manifest_version": 2 } |