Star Wars Spoiler Blocker
Avoid Star Wars spoilers without leaving this galaxy
Star Wars Spoiler Blocker là gì?
Star Wars Spoiler Blocker là một tiện ích mở rộng Chrome được phát triển bởi LCdesigner, và tính năng chính của nó là "Avoid Star Wars spoilers without leaving this galaxy".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Star Wars Spoiler Blocker
Tải xuống các tệp mở rộng Star Wars Spoiler Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
★ 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Star Wars Spoiler Blocker |
ID | nidblpjcppmbbemapmgggijkkmlfpcjh |
URL Chính Thức | https://chromewebstore.google.com/detail/star-wars-spoiler-blocker/nidblpjcppmbbemapmgggijkkmlfpcjh |
Mô tả | Avoid Star Wars spoilers without leaving this galaxy |
Kích Thước Tệp | 39.33 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 4.7 |
Cập Nhật Lần Cuối | 2015-12-26 |
Ngày Phát Hành | 2015-12-26 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | LCdesigner |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.star-wars-spoiler-blocker.it/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |