No Spoilers
Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
什么是No Spoilers?
No Spoilers是由annasheaffer开发的Chrome扩展程序,该扩展的主要功能是“Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.”。
下载No Spoilers扩展crx文件
下载No Spoilers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No Spoilers allows you to specify movies, TV shows, and events that you would like to be blocked from your web browsing. Turn it off or customize it at any time.
扩展基本信息
名称 | |
ID | pgpcfnaafiklphfocfkhponfnoopdmii |
官方URL | https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii |
简介 | Block spoilers! Customize the extension to block the movies, shows, and events that matter to you. |
文件大小 | 38.39 KB |
安装次数 | 11 |
当前版本 | 1.1 |
更新时间 | 2014-03-18 |
上架时间 | 2014-03-18 |
开发者 | annasheaffer |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Spoilers", "version": "1.1", "author": "Anna Sheaffer", "description": "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.", "icons": { "16": "NS16.png", "48": "NS48.png", "128": "NS128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Block spoilers!", "default_icon": "NS16.png", "default_popup": "popup.html" } } |