ClickbaitBlock
blocks you from going to a clickbait site!
ClickbaitBlockとは何ですか?
ClickbaitBlockはTiago Medeirosによって開発されたChromeの拡張機能で、その主な機能は「blocks you from going to a clickbait site!」です。
拡張機能のスクリーンショット
ClickbaitBlock拡張機能のCRXファイルをダウンロード
ClickbaitBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Blocks your from going into clickbait sites. See this for more information on clickbait : https://en.wikipedia.org/wiki/Clickbait This Plugin is open-sourced under the GPLV2 License : https://github.com/medeirosT/clickbaitblock Any suggestions welcome! Last update from Github : February 5th, 2016
拡張機能の基本情報
名前 | ClickbaitBlock |
ID | mdgogalcfajbonaaalomfjhmmkpoaihm |
公式URL | https://chromewebstore.google.com/detail/clickbaitblock/mdgogalcfajbonaaalomfjhmmkpoaihm |
説明 | blocks you from going to a clickbait site! |
ファイルサイズ | 23.94 KB |
インストール数 | 225 |
現在のバージョン | 0.0.12 |
最終更新日 | 2016-02-05 |
公開日 | 2016-02-04 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | Tiago Medeiros |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/medeirosT/clickbaitblock |
対応言語 | en,en-GB,en-US,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClickbaitBlock", "version": "0.0.12", "manifest_version": 2, "description": "blocks you from going to a clickbait site!", "homepage_url": "http:\/\/github.com\/medeirost", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "offline_enabled": false, "background": { "scripts": [ "js\/list.js", "js\/background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |