Marvel-DC Blocker
Remove any shitty post about Marvel/DC universe from Facebook.
Marvel-DC Blockerとは何ですか?
Marvel-DC BlockerはFernando Paladiniによって開発されたChromeの拡張機能で、その主な機能は「Remove any shitty post about Marvel/DC universe from Facebook.」です。
拡張機能のスクリーンショット
Marvel-DC Blocker拡張機能のCRXファイルをダウンロード
Marvel-DC Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome Extension that removes all Facebook posts that mention any shit from Marvel or DC universe. For unknown reasons (during my childhood and probably related to my parents), I don't like anything related to super heroes. I know that most of you like movies and comics about heroes from Marvel and DC - and I respect it, but I personally don't like it. I mean, I really don't like it. It make me feel angry. Very. Angry. Summarizing, I don't want to see anything related to "Civil War", "#TeamIronMan", "#TeamCap" or any shitty post from Marvel / DC universe in my Facebook. If you neither, then download this extension and be happy :)
拡張機能の基本情報
名前 | Marvel-DC Blocker |
ID | bjmlbgigclhoakjnkmpmlolgogjeinmf |
公式URL | https://chromewebstore.google.com/detail/marvel-dc-blocker/bjmlbgigclhoakjnkmpmlolgogjeinmf |
説明 | Remove any shitty post about Marvel/DC universe from Facebook. |
ファイルサイズ | 15.03 KB |
インストール数 | 24 |
現在のバージョン | 1.0 |
最終更新日 | 2016-03-26 |
公開日 | 2016-03-25 |
評価 | 2.00/5 合計 4 レビュー |
開発者 | Fernando Paladini |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/paladini/marveldc_blocker |
ヘルプページのURL | https://github.com/paladini/marveldc_blocker/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marvel-DC Blocker", "description": "Remove any shitty post about Marvel\/DC universe from Facebook.", "version": "1.0", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start", "js": [ "scripts\/facebook_filter.js" ] } ] } |