AdToast

Youtube AdToast- toasting youtube ads

什麼是AdToast?

AdToast是由https://www.pie-tube.com開發的Chrome擴展程式,該擴展的主要功能是“Youtube AdToast- toasting youtube ads”。

擴展截圖

screenshot

下載AdToast擴展crx文件

下載AdToast擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Youtube ad blocker - block youtube ads.
Blocking youtube ads while watching videos, even if you are watching a playlist.
We believe the ads in YouTube have changed the viewer experience and are destroying the very foundations of what made YouTube so great in the first place.

http://www.ad-toast.com - Youtube ad blocker, blocking youtube ads.

Visit http://www.pie-tube.com to upload/download videos from youtube                    

擴展基本資訊

名稱 AdToast AdToast
ID hbfmfpjhejlnjjfgfjiakfoocohjliic
官方網址 https://chromewebstore.google.com/detail/adtoast/hbfmfpjhejlnjjfgfjiakfoocohjliic
簡介 Youtube AdToast- toasting youtube ads
檔案大小 170 KB
安裝次數 88
目前版本 1.0.1.4
更新時間 2013-05-26
上架時間 2013-05-26
評分 4.00/5 共 8 次評分
開發者 https://www.pie-tube.com
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdToast",
    "description": "Youtube AdToast- toasting youtube ads",
    "version": "1.0.1.4",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "pieblock-min.js"
            ]
        }
    ]
}