youtube skipz addz
Skip Ad on youtube like a Nice person
什麼是youtube skipz addz?
youtube skipz addz是由Neeraj Verma開發的Chrome擴展程式,該擴展的主要功能是“Skip Ad on youtube like a Nice person”。
擴展截圖
下載youtube skipz addz擴展crx文件
下載youtube skipz addz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you also too lazy to click on the Skip Ad button? This extension will click on the Skip Ad for you. So just start your YouTube marathon, and let it skip ad for you, like a nice person, after the timer allows you to.
擴展基本資訊
名稱 | |
ID | hepakdehmhacbieccgcnenlkdnoapjdn |
官方網址 | https://chromewebstore.google.com/detail/youtube-skipz-addz/hepakdehmhacbieccgcnenlkdnoapjdn |
簡介 | Skip Ad on youtube like a Nice person |
檔案大小 | 23.28 KB |
安裝次數 | 64 |
目前版本 | 0.0.5 |
更新時間 | 2018-12-05 |
上架時間 | 2018-12-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Neeraj Verma |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_popup": "popup.html" } } |