Accurate YouTube Subscriptions Feed

♥♥♥♥ i hate writing manifest files.

Accurate YouTube Subscriptions Feed란 무엇입니까?

Accurate YouTube Subscriptions Feed은(는) johnathansherbert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "♥♥♥♥ i hate writing manifest files."입니다.

Accurate YouTube Subscriptions Feed 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        YouTube sometimes hides certain channels from your Subscriptions feed. The reason may be because of our neural net busybody overlords thinking that everything inoffensive is actually offensive, or it may be because of some bug that YouTube has been negligent to fix.

Either way, this extension will thoroughly search every single page that you are subscribed to, and will give you a feed that will not miss a single video.


This extension is poorly optimized and not taken very seriously (read the source code for proof lol. The biggest function in the main javascript file is unused). As such, it is built with many single points of failure, and might not actually work for you.
I wouldn't have uploaded this poorly-made extension to the chrome weeb store, except for the fact that chrome tells you to disable your in-development extensions EVERY TIME YOU OPEN CHROME!                    

확장 프로그램 기본 정보

이름 Accurate YouTube Subscriptions Feed Accurate YouTube Subscriptions Feed
ID pcffohhpejijgdodagilbhgelcfedllo
공식 URL https://chrome.google.com/webstore/detail/accurate-youtube-subscrip/pcffohhpejijgdodagilbhgelcfedllo
설명 ♥♥♥♥ i hate writing manifest files.
파일 크기 125 KB
설치 횟수 14
현재 버전 1.0
최근 업데이트 2017-08-06
출시 날짜 2017-08-06
개발자 johnathansherbert
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Accurate YouTube Subscriptions Feed",
    "version": "1.0",
    "manifest_version": 2,
    "description": "\u2665\u2665\u2665\u2665 i hate writing manifest files.",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon64.png",
        "default_popup": "subscriptionsRedirect.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.youtube.com\/*"
    ]
}