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ファイルをダウンロード

Accurate YouTube Subscriptions Feed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*"
    ]
}