non views

replaces YouTube views into the amount of people that didn't watch the video currently living on the world.

non viewsとは何ですか?

non viewsはhttps://www.driesdepoorter.beによって開発されたChromeの拡張機能で、その主な機能は「replaces YouTube views into the amount of people that didn't watch the video currently living on the world.」です。

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

screenshot
screenshot

non views拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        replaces YouTube views into the amount of people that didn't watch the video currently living on the world. 

The amount of people currently living on the world is based on the website worldometers.info 

enjoy,
Dries                    

拡張機能の基本情報

名前 non views non views
ID momjekogajkdfbonafkfnhjepfmceema
公式URL https://chromewebstore.google.com/detail/non-views/momjekogajkdfbonafkfnhjepfmceema
説明 replaces YouTube views into the amount of people that didn't watch the video currently living on the world.
ファイルサイズ 7.7 KB
インストール数 90
現在のバージョン 1.0.2
最終更新日 2017-04-03
公開日 2017-04-03
評価 5.00/5 合計 1 レビュー
開発者 https://www.driesdepoorter.be
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.driesdepoorter.be/nonviews/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "non views",
    "short_name": "non views",
    "version": "1.0.2",
    "description": "replaces YouTube views into the amount of people that didn't watch the video currently living on the world.",
    "homepage_url": "http:\/\/www.driesdepoorter.be",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}