Accurate YouTube Subscriptions Feed

♥♥♥♥ i hate writing manifest files.

ما هو Accurate YouTube Subscriptions Feed؟

Accurate YouTube Subscriptions Feed هو إضافة Chrome تم تطويرها بواسطة johnathansherbert، والميزة الرئيسية لها هي "♥♥♥♥ i hate writing manifest files.".

تحميل ملف CRX للإضافة Accurate YouTube Subscriptions Feed

قم بتنزيل ملفات الامتداد Accurate YouTube Subscriptions Feed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}