No Spoilers
Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
What is No Spoilers?
No Spoilers is a Chrome extension developed by annasheaffer, and its main feature is "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.".
Download No Spoilers Extension CRX File
Download No Spoilers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pgpcfnaafiklphfocfkhponfnoopdmii |
Official URL | https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii |
Description | Block spoilers! Customize the extension to block the movies, shows, and events that matter to you. |
File Size | 38.39 KB |
Installation Count | 11 |
Current Version | 1.1 |
Last Updated | 2014-03-18 |
Publish Date | 2014-03-18 |
Developer | annasheaffer |
Payment Type | free |
Supported Languages | 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" } } |