Star Wars Spoiler Blocker
Avoid Star Wars spoilers without leaving this galaxy
Star Wars Spoiler Blockerとは何ですか?
Star Wars Spoiler BlockerはLCdesignerによって開発されたChromeの拡張機能で、その主な機能は「Avoid Star Wars spoilers without leaving this galaxy」です。
拡張機能のスクリーンショット
Star Wars Spoiler Blocker拡張機能のCRXファイルをダウンロード
Star Wars Spoiler Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
★ Avoid Star Wars spoilers without leaving this galaxy ★
Replace Star Wars spoilers with the word !Spoiler Wars!
⍟ Works in Facebook Newsfeed!
⍟ Works in Facebook Chat!
⍟ Works with capital letters
⍟ Works with Character's Nickname
⍟ Works in all film-review sites! 拡張機能の基本情報
| 名前 | |
| ID | nidblpjcppmbbemapmgggijkkmlfpcjh |
| 公式URL | https://chromewebstore.google.com/detail/star-wars-spoiler-blocker/nidblpjcppmbbemapmgggijkkmlfpcjh |
| 説明 | Avoid Star Wars spoilers without leaving this galaxy |
| ファイルサイズ | 39.33 KB |
| インストール数 | 47 |
| 現在のバージョン | 4.7 |
| 最終更新日 | 2015-12-26 |
| 公開日 | 2015-12-26 |
| 評価 | 3.67/5 合計 6 レビュー |
| 開発者 | LCdesigner |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.star-wars-spoiler-blocker.it/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Star Wars Spoiler Blocker",
"version": "4.7",
"description": "Avoid Star Wars spoilers without leaving this galaxy",
"short_name": "Spoiler Wars",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |