SnooTube for YouTube™

SnooTube for YouTube™

SnooTube for YouTube™ là gì?

SnooTube for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi ThePotato, và tính năng chính của nó là "SnooTube for YouTube™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SnooTube for YouTube™

Tải xuống các tệp mở rộng SnooTube for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SnooTube for YouTube™ SnooTube for YouTube™
ID nnkpagjmddndhnkiecjecfknleggbhfo
URL Chính Thức https://chrome.google.com/webstore/detail/snootube-for-youtube/nnkpagjmddndhnkiecjecfknleggbhfo
Mô tả SnooTube for YouTube™
Kích Thước Tệp 253 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 3.21
Cập Nhật Lần Cuối 2019-05-06
Ngày Phát Hành 2019-05-06
Đánh Giá 4.09/5 Tổng số 68 Đánh Giá
Nhà Phát Triển ThePotato
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KoffeinFlummi/alientube
URL Trang Trợ Giúp https://github.com/KoffeinFlummi/alientube/issues
URL Trang Chính Sách Bảo Mật https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}