Your Auto Liker

Automatically like or dislike videos from Youtube.

Your Auto Likerとは何ですか?

Your Auto Likerはhttps://fbfdestro.github.io/YourAutoLikerによって開発されたChromeの拡張機能で、その主な機能は「Automatically like or dislike videos from Youtube.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Your Auto Liker拡張機能のCRXファイルをダウンロード

Your Auto Liker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}