YouTube RSS-ify
Adds RSS subscription buttons to YouTube.
YouTube RSS-ify란 무엇입니까?
YouTube RSS-ify은(는) erb.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds RSS subscription buttons to YouTube."입니다.
확장 프로그램 스크린샷
YouTube RSS-ify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
On May 2014, YouTube ended visible support for RSS. Bring those RSS feeds back. On video, channel, and navigation pages, add RSS buttons next to subscription buttons.
확장 프로그램 기본 정보
이름 | |
ID | fogofhbdjhkglfhbaeckigmhponmaifi |
공식 URL | https://chrome.google.com/webstore/detail/youtube-rss-ify/fogofhbdjhkglfhbaeckigmhponmaifi |
설명 | Adds RSS subscription buttons to YouTube. |
파일 크기 | 34.51 KB |
설치 횟수 | 388 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-02-18 |
출시 날짜 | 2016-02-18 |
평점 | 4.00/5 총 23 개의 평점 |
개발자 | erb.developer |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube RSS-ify", "version": "1.0.1", "description": "Adds RSS subscription buttons to YouTube.", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery-2.1.3.min.js", "content.js" ] } ], "permissions": [ "*:\/\/www.youtube.com\/*", "tabs", "webNavigation" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "rss.svg", "rss-24.png" ] } |