SnooTube for YouTube™

SnooTube for YouTube™

SnooTube for YouTube™とは何ですか?

SnooTube for YouTube™はThePotatoによって開発されたChromeの拡張機能で、その主な機能は「SnooTube for YouTube™」です。

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

screenshot
screenshot

SnooTube for YouTube™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A Chrome extension that embeds Reddit comments, in your YouTube Comments.

Works with the new Polymer Design layout!

- Fixed load more

- Fixed minimize comments button

-Thanks xlexi & KoffeinFlummi

(Might break every so often)                    

拡張機能の基本情報

名前 SnooTube for YouTube™ SnooTube for YouTube™
ID nnkpagjmddndhnkiecjecfknleggbhfo
公式URL https://chrome.google.com/webstore/detail/snootube-for-youtube/nnkpagjmddndhnkiecjecfknleggbhfo
説明 SnooTube for YouTube™
ファイルサイズ 253 KB
インストール数 3,000
現在のバージョン 3.21
最終更新日 2019-05-06
公開日 2019-05-06
評価 4.09/5 合計 68 レビュー
開発者 ThePotato
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/KoffeinFlummi/alientube
ヘルプページのURL https://github.com/KoffeinFlummi/alientube/issues
プライバシーポリシーページのURL https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy
対応言語 en,fr,no,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SnooTube for YouTube\u2122",
    "short_name": "SnooTube",
    "description": "SnooTube for YouTube\u2122",
    "author": "Delexious",
    "homepage_url": "https:\/\/github.com\/KoffeinFlummi\/alientube",
    "version": "3.21",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "41.0",
    "content_security_policy": "script-src 'self' https:\/\/api.reddit.com; object-src 'self'",
    "options_page": "res\/options.html",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/vimeo.com\/*"
            ],
            "js": [
                "js\/snuownd.js",
                "js\/script.js"
            ],
            "css": [
                "res\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/",
        "https:\/\/api.reddit.com\/",
        "storage"
    ],
    "optional_permissions": [
        "*:\/\/vimeo.com\/*"
    ],
    "web_accessible_resources": [
        "res\/style.css",
        "res\/chrome_shared.css",
        "res\/widgets.css",
        "js\/*",
        "res\/*",
        "TypeScript\/*",
        "icon128.png"
    ]
}