AllBlock
AllBlock - free extension that disables ads on popular resources.
AllBlockとは何ですか?
AllBlockはAllBlockによって開発されたChromeの拡張機能で、その主な機能は「AllBlock - free extension that disables ads on popular resources.」です。
拡張機能のスクリーンショット
AllBlock拡張機能のCRXファイルをダウンロード
AllBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AllBlock is a free multi-functional extension blocking various types of advertisements at popular websites and social networks. AllBlock features: - Youtube and Facebook ads blocking, - preventing pop-ups and push notifications - reduces traffic consumption and speeds up the browser, - free and extended functionality. We continue our product improving, working hard to give your pure interaction experience with your favorite web-content. Your sincerely, The AllBlock Team.
拡張機能の基本情報
名前 | |
ID | nfofcmcpljmjdningbllljenopcmdhjf |
公式URL | https://chrome.google.com/webstore/detail/allblock/nfofcmcpljmjdningbllljenopcmdhjf |
説明 | AllBlock - free extension that disables ads on popular resources. |
ファイルサイズ | 210 KB |
インストール数 | 5,000 |
現在のバージョン | 1.55 |
最終更新日 | 2021-02-13 |
公開日 | 2020-05-25 |
評価 | 4.86/5 合計 111 レビュー |
開発者 | AllBlock |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://allblock.net |
ヘルプページのURL | https://allblock.net/support |
プライバシーポリシーページのURL | http://allblock.net/privacy_policy |
対応言語 | de,en,fr,tr,es,it,pl,ru,zh-CN,ja |
manifest.json | |
{ "browser_action": { "default_icon": "lightgreen.png", "default_title": "AllBlock" }, "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "name": "AllBlock", "background": { "scripts": [ "bg.js", "js\/install_handlers.js" ] }, "icons": { "128": "lightgreen.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "pages\/fas.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.facebook.com\/view\/vs\/*" ], "js": [ "pages\/fvs.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "pages\/yt.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.facebookcorewwwi.onion\/*" ], "css": [ "css\/fb2.css" ], "js": [ "pages\/fb2.js" ], "run_at": "document_idle" }, { "all_frames": true, "js": [ "pages\/vk.js" ], "matches": [ "https:\/\/new.vk.com\/*", "http:\/\/new.vk.com\/*", "https:\/\/vk.com\/*", "http:\/\/vk.com\/*" ] }, { "all_frames": true, "css": [], "js": [ "pages\/vk_audio.js" ], "matches": [ "*:\/\/vk.com\/*" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "web_accessible_resources": [ "css\/style.css" ], "permissions": [ "webRequest", "webRequestBlocking", "tabs", "contentSettings", " |