SnooTube for YouTube™

SnooTube for YouTube™

SnooTube for YouTube™란 무엇입니까?

SnooTube for YouTube™은(는) ThePotato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SnooTube for YouTube™"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SnooTube for YouTube™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}