Youtube Recommend Removal

Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!

Youtube Recommend Removal क्या है?

Youtube Recommend Removal vector.mic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!"।

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

crx प्रारूप में Youtube Recommend Removal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!                    

एक्सटेंशन की मूल जानकारी

नाम Youtube Recommend Removal Youtube Recommend Removal
ID dijlhlnapjjambnbnochecfdobionjlf
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf
विवरण Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
फ़ाइल का आकार 67.24 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-06-13
प्रकाशन तिथि 2018-06-13
रेटिंग 4.79/5 कुल 109 रेटिंग्स
डेवलपर vector.mic
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sgweb.vn/
समर्थित भाषाएँ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Recommend Removal",
    "version": "1.0.1",
    "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!",
    "manifest_version": 2,
    "icons": {
        "16": "images\/sgw-16x16.png",
        "128": "images\/sgw-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/scripts\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/third-party\/jquery-3.3.1.min.js",
                ".\/scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/sgw-50x50-bw.png",
        "images\/sgw-50x50-gray.png"
    ]
}