Accurate YouTube Subscriptions Feed

♥♥♥♥ i hate writing manifest files.

Accurate YouTube Subscriptions Feed क्या है?

Accurate YouTube Subscriptions Feed johnathansherbert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "♥♥♥♥ i hate writing manifest files."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Accurate YouTube Subscriptions Feed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}