Your Auto Liker

Automatically like or dislike videos from Youtube.

Your Auto Liker क्या है?

Your Auto Liker https://fbfdestro.github.io/YourAutoLiker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically like or dislike videos from Youtube."।

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

screenshot
screenshot
screenshot

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

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

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

                        Download the extension on your browser to like videos that you watch from your favorites channels automatically 

LIKE ALL VIDEOS FUNCTIONALITY ADDED!

The extension was built to help you never forget to like or dislike videos from channels that you already know. 

To use the extension you only need to click in the icon on the top right corner of your browser while watching youtube videos. 
While you are watching a video or on a channel's page, it's possible to add this channel to the list "always like or dislike videos from this channel".

Know more about the extension on our website: https://fbfdestro.github.io/YourAutoLiker/                    

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

नाम Your Auto Liker Your Auto Liker
ID akbbabbhifekchhpijcbmicndgbeahoi
आधिकारिक URL https://chrome.google.com/webstore/detail/your-auto-liker/akbbabbhifekchhpijcbmicndgbeahoi
विवरण Automatically like or dislike videos from Youtube.
फ़ाइल का आकार 194 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2021-04-17
प्रकाशन तिथि 2020-02-28
रेटिंग 2.80/5 कुल 60 रेटिंग्स
डेवलपर https://fbfdestro.github.io/YourAutoLiker
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fbfdestro.github.io/YourAutoLiker/
समर्थित भाषाएँ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.1.5",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "https:\/\/fbfdestro.github.io\/YourAutoLiker\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/configuration.html"
    },
    "browser_action": {
        "default_icon": "imgs\/icon.png",
        "default_title": "Your Auto Liker - Reaga a esse canal",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "256": "imgs\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}