Ad Blocker for YouTube
Watch YouTube without any ads!
什麼是Ad Blocker for YouTube?
Ad Blocker for YouTube是由Peter Pi開發的Chrome擴展程式,該擴展的主要功能是“Watch YouTube without any ads!”。
擴展截圖
下載Ad Blocker for YouTube擴展crx文件
下載Ad Blocker for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
IMPORTANT: - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome. With this extension, you can: - Skip ads prior to the actual video content - Blocks any pop-up ads during the video within the frame
擴展基本資訊
名稱 | Ad Blocker for YouTube |
ID | gmcmlgfecmkefmkgbbnggmamclbmikbi |
官方網址 | https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi |
簡介 | Watch YouTube without any ads! |
檔案大小 | 23.32 KB |
安裝次數 | 23,302 |
目前版本 | 1.0.6 |
更新時間 | 2020-01-30 |
上架時間 | 2020-01-25 |
評分 | 4.27/5 共 45 次評分 |
開發者 | Peter Pi |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ad Blocker for YouTube", "version": "1.0.6", "description": "Watch YouTube without any ads!", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |