Flash Blocker free
Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.
什麼是Flash Blocker free?
Flash Blocker free是由http://flashplugin.net開發的Chrome擴展程式,該擴展的主要功能是“Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.”。
擴展截圖
下載Flash Blocker free擴展crx文件
下載Flash Blocker free擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a small browser extension that will help to disable Flash ads on any page. You won't be bothered by annoying ads with or without sound. Immediately after installing the expansion will begin to block Flash elements on the page, replacing them not causing irritation pattern. Just click on the picture to see the blocked item. You can add a site to the trusted list and Flash Blocker Free will not block anything on this domain.
擴展基本資訊
名稱 | |
ID | gejadgkogecdjipdihdemjoafjlolemj |
官方網址 | https://chrome.google.com/webstore/detail/flash-blocker-free/gejadgkogecdjipdihdemjoafjlolemj |
簡介 | Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound. |
檔案大小 | 172 KB |
安裝次數 | 2,000 |
目前版本 | 1.3 |
更新時間 | 2014-10-13 |
上架時間 | 2014-10-13 |
評分 | 2.54/5 共 26 次評分 |
開發者 | http://flashplugin.net |
付費類型 | free |
擴展官網 | http://flashplugin.net/ |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Flash Blocker free", "default_locale": "en", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*" ], "description": "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.", "background": { "page": "background.html" }, "homepage_url": "http:\/\/flashplugin.net\/", "version": "1.3", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "Flash Blocker free" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation", "notifications", "cookies" ] } |