Game of Thrones Blocker!
Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!
Game of Thrones Blocker!とは何ですか?
Game of Thrones Blocker!はhttps://theconorbrowne.comによって開発されたChromeの拡張機能で、その主な機能は「Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!」です。
拡張機能のスクリーンショット
Game of Thrones Blocker!拡張機能のCRXファイルをダウンロード
Game of Thrones Blocker!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Remove Game of Thrones from your life. Erase every GOT reference from your internet browser. This is for all of us who don’t watch Game of Thrones and have no clue about the meaning of any of the weird names that you GOT fans keep referencing! No longer must we suffer! ;-) This will remove any mention of GOT from any website you visit! - Blocks GOT references on any site, including Facebook and Twitter - No ads or annoying popups! Now and forever! :) http://www.twitter.com/theconorbrowne
拡張機能の基本情報
名前 | |
ID | ljanahmeegfcncgjiejgcnilldegggmp |
公式URL | https://chrome.google.com/webstore/detail/game-of-thrones-blocker/ljanahmeegfcncgjiejgcnilldegggmp |
説明 | Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life! |
ファイルサイズ | 87.6 KB |
インストール数 | 27 |
現在のバージョン | 1.0 |
最終更新日 | 2018-03-02 |
公開日 | 2018-03-02 |
評価 | 3.60/5 合計 5 レビュー |
開発者 | https://theconorbrowne.com |
支払い方法 | free |
拡張機能のウェブサイト | http://twitter.com/theconorbrowne |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "source\/style.css" ], "js": [ "source\/jquery-2.1.3.min.js", "source\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Game of Thrones Blocker!", "permissions": [ "storage", "management" ], "version": "1.0" } |