SkipShout
SkipShout
什么是SkipShout?
SkipShout是由https://vaacarmy.com开发的Chrome扩展程序,该扩展的主要功能是“SkipShout”。
扩展截图
下载SkipShout扩展crx文件
下载SkipShout扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get the future faster - SkipShout moves you through video advertisements with just your voice! There's never a wait to get your videos loaded - with SkipShout, you can immediately speak a code that gets you straight to your video. More than an ad block, SkipShout gives back to the video creators. Without blocking ads, creators still get money from the ads while you still get straight to the good stuff. It sounds like a revolution, because it is. Get video freedom - interact with your videos on your terms, using your voice. Install now and take control of ads, without hurting video creators by using traditional ad blockers.
扩展基本信息
名称 | SkipShout |
ID | hcikomijdkmkmjigkobhhibcikihogjo |
官方URL | https://chromewebstore.google.com/detail/skipshout/hcikomijdkmkmjigkobhhibcikihogjo |
简介 | SkipShout |
文件大小 | 120 KB |
安装次数 | 13 |
当前版本 | 3.0 |
更新时间 | 2016-05-08 |
上架时间 | 2016-05-08 |
评分 | 4.33/5 共6次评分 |
开发者 | https://vaacarmy.com |
付费类型 | free |
扩展官网 | https://www.skipshout.com/ |
帮助页面URL | https://www.vaacarmy.com/getting_started.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SkipShout", "short_name": "SkipShout", "version": "3.0", "description": "SkipShout", "icons": { "16": "media\/skipshout.png", "48": "media\/skipshout.png", "128": "media\/skipshout.png" }, "manifest_version": 2, "browser_action": { "default_icon": "media\/skipshout.png", "default_popup": "popup.html" }, "background": { "scripts": [ "vendor\/async.js", "vendor\/underscore-min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "content\/css\/style.css" ], "js": [ "vendor\/async.js", "content\/page.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "content\/templates.html", "content\/media\/interstitial.mp4", "content\/media\/phrasebg.png", "content\/media\/promptbg.png", "content\/media\/up_arrow_sign.png" ], "permissions": [ "storage", "webRequest", "tabs", "webRequestBlocking", "http:\/\/vaac-army.herokuapp.com\/*", "*:\/\/*\/*" ], "options_page": "options\/index.html" } |