CCViewer

在其他頁面也可以聽歌看著字幕,太爽啦

CCViewer란 무엇입니까?

CCViewer은(는) zrobin8741에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "在其他頁面也可以聽歌看著字幕,太爽啦"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CCViewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CCViewer 您上班聽歌的好夥伴
這是一個 Youtube cc 字幕的擴充。
你有曾經在用電腦時有以下情境嗎?

在看網站做功課或是看文章配著youtube的音樂唱著歌 Shit... 忘記歌詞 (點選youtube的分頁把進度條拉回剛剛那句話.. ...繼續唱著歌 然後無限重複剛剛做的事

以上情境如果你有遇過的話 這款chrome的擴充套件對你來說應該是...真香 😋

簡單來說這是一個Chrome 套件給 Youtube CC字幕的擴充
此款擴充有三大優點:
1. 讓你無時無地都可以練唱把你的魔音穿腦展現給你週遭的人
2. 讓你歌詞不卡卡
3. 裝逼假裝你歌詞都記超熟

相對也帶來以下缺點:
1. 你可能會沒朋友
2. 無法一心二用的人可能會丟了工作
3. 你可能會沒朋友
4. 臉皮會增厚
5. 你可能會沒朋友

使用方式 :
Step 1 :
    先開好有CC字幕的 Youtube 影片
Step 2:
    打開擴充點選監聽歌詞
Step 3:
    這邊有兩種享受方式
    方式(一)
        點選影片右鍵兩次(位置分開一點) 會有子母畫面,把它打開 。 你就可以到其他分頁開始享受唱歌了
    方式(二)
        勿將視窗縮小,再開一個視窗即可開始享受。

注意:
如果安裝後如果無法正常使用,請先將瀏覽器完全關閉後重新開起。

CCViewer, your good partner for listening to music at work.
This is an extension of Youtube CC lyrics.
Have you ever had the following situations when using a computer?

Do your homework while watching a website or reading an article with youtube music and singing. Oh... forget the lyrics (click on the youtube tab to pull the progress bar back to the sentence just now... continue singing and repeat infinitely) What just did.

If you encounter the above situation, this Chrome extension kit really good for you. 😋

Simply put, this is an extension of the Chrome suite to Youtube CC lyrics
This expansion has three advantages:
1. Let you practice singing anytime and anywhere, and show your magical sound through your brain to the people around you.
2. Let your lyrics not get stuck.
3. Pretend that you are very familiar with the lyrics.

Relatively it also brings the following disadvantages:
1. You may have no friends.
2. People who can't do two tasks may lose their jobs.
3. You may have no friends.
4. You will be shameless.
5. You may have no friends

How to use:
step 1 :
    First, open a Youtube video with CC lyrics.
Step 2:
    Extended click to monitor lyrics.
third step:
    There are two ways to enjoy.
    1.
        Tap the movie shortcut twice (separate the position a bit) and there will be a picture-in-picture, open it. You can go to other tabs and start enjoying singing.
    2.
        Do not shrink the window, open another window to start enjoying.

note:
If you cannot use it normally after installation, please close the browser completely and restart it.

有任何問題可以透過以下email 聯絡我
You can contact me by below email.
email : [email protected]                    

확장 프로그램 기본 정보

이름 CCViewer CCViewer
ID knacaicmpbfncgmdmkebpbomemlglncb
공식 URL https://chromewebstore.google.com/detail/ccviewer/knacaicmpbfncgmdmkebpbomemlglncb
설명 在其他頁面也可以聽歌看著字幕,太爽啦
파일 크기 139 KB
설치 횟수 235
현재 버전 1.0.0
최근 업데이트 2021-04-25
출시 날짜 2019-12-10
평점 3.00/5 총 2 개의 평점
개발자 zrobin8741
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CCViewer",
    "description": "\u5728\u5176\u4ed6\u9801\u9762\u4e5f\u53ef\u4ee5\u807d\u6b4c\u770b\u8457\u5b57\u5e55\uff0c\u592a\u723d\u5566",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js",
                "boostrap\/js\/jquery-3.4.1.min.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js",
            "boostrap\/js\/jquery-3.4.1.min.js"
        ]
    }
}