YouTube Liker

Automatically likes YouTube videos from enabled channels

YouTube Liker क्या है?

YouTube Liker aidenmagrath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically likes YouTube videos from enabled channels"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

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

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

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

                        YouTube Liker allows to automatically like videos from YouTube channels at the push of a button.

Simply visit a YouTube channel or video and toggle the switch in the extensions popup view.                    

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

नाम YouTube Liker YouTube Liker
ID joglicoigmjmioehpcohmipdpccpmmpn
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-liker/joglicoigmjmioehpcohmipdpccpmmpn
विवरण Automatically likes YouTube videos from enabled channels
फ़ाइल का आकार 92.62 KB
स्थापना संख्या 943
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2017-05-22
प्रकाशन तिथि 2017-05-22
रेटिंग 2.56/5 कुल 18 रेटिंग्स
डेवलपर aidenmagrath
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Liker",
    "description": "Automatically likes YouTube videos from enabled channels",
    "version": "1.0.3",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "YouTube Liker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "notifications"
    ],
    "oauth2": {
        "client_id": "2833665716-eh6vtk8u50vis4usqbqbj2dle93delkh.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    }
}