Cyclops - Hide YouTube numbers

Extension to hide YouTube numbers

Cyclops - Hide YouTube numbersとは何ですか?

Cyclops - Hide YouTube numbersはRodrigo Cavaによって開発されたChromeの拡張機能で、その主な機能は「Extension to hide YouTube numbers」です。

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

screenshot
screenshot

Cyclops - Hide YouTube numbers拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Hide all YouTube numbers!

Have a better experience of watching YouTube by choosing based on content rather than popularity.

Feel free to like and enjoy the content regardless of how many people liked, disliked or commented.                    

拡張機能の基本情報

名前 Cyclops - Hide YouTube numbers Cyclops - Hide YouTube numbers
ID jaipkdcbjjkmmnhioljfohaiiajdikmp
公式URL https://chromewebstore.google.com/detail/cyclops-hide-youtube-numb/jaipkdcbjjkmmnhioljfohaiiajdikmp
説明 Extension to hide YouTube numbers
ファイルサイズ 18.8 KB
インストール数 161
現在のバージョン 1.0
最終更新日 2018-09-16
公開日 2018-09-16
評価 4.20/5 合計 5 レビュー
開発者 Rodrigo Cava
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyclops - Hide YouTube numbers",
    "description": "Extension to hide YouTube numbers",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/hide_logo.png",
        "default_popup": "index.html",
        "default_title": "Hide YouTube numbers!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/youtube.com\/*"
    ]
}