non views
replaces YouTube views into the amount of people that didn't watch the video currently living on the world.
What is non views?
non views is a Chrome extension developed by https://www.driesdepoorter.be, and its main feature is "replaces YouTube views into the amount of people that didn't watch the video currently living on the world.".
Extension Screenshots
Download non views Extension CRX File
Download non views extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | non views |
ID | momjekogajkdfbonafkfnhjepfmceema |
Official URL | https://chromewebstore.google.com/detail/non-views/momjekogajkdfbonafkfnhjepfmceema |
Description | replaces YouTube views into the amount of people that didn't watch the video currently living on the world. |
File Size | 7.7 KB |
Installation Count | 90 |
Current Version | 1.0.2 |
Last Updated | 2017-04-03 |
Publish Date | 2017-04-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.driesdepoorter.be |
[email protected] | |
Payment Type | free |
Extension Website | http://www.driesdepoorter.be/nonviews/ |
Supported Languages | 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\/*" ] } ] } |