Debate This - By ConvinceMe
This extension adds the link you are on to a debate on ConvinceMe
What is Debate This - By ConvinceMe?
Debate This - By ConvinceMe is a Chrome extension developed by https://www.convinceme.net, and its main feature is "This extension adds the link you are on to a debate on ConvinceMe".
Extension Screenshots
Download Debate This - By ConvinceMe Extension CRX File
Download Debate This - By ConvinceMe 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
ConvinceMe.net is the ultimate debating website. First off it's free to join. There are three main debating sections. Open, Battle, and King of the Hill (KOTH). Open debates can have endless debaters all competing for their side. In open debates, if your argument convinces someone, then you gain a point. It's your chance to convince the world that you are right! Fight for you side! Battles are one on one debates with another member of ConvinceMe.net. You can create a general challenge, or challenge an individual. Then you argue, add evidence, and convince other members to give you their vote. The winner takes all. King of the hill is a little like open debates, except that you get one main argument, and your goal is to convince members to give you the points. The first person to get 10 points wins, and is crowned king of the hill.
Extension Basic Information
Name | Debate This - By ConvinceMe |
ID | blcpjkdpicjeckfhlefppajdaedobhoh |
Official URL | https://chromewebstore.google.com/detail/debate-this-by-convinceme/blcpjkdpicjeckfhlefppajdaedobhoh |
Description | This extension adds the link you are on to a debate on ConvinceMe |
File Size | 88.81 KB |
Installation Count | 21 |
Current Version | 1.0.0 |
Last Updated | 2012-05-07 |
Publish Date | 2012-05-07 |
Developer | https://www.convinceme.net |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Debate This - By ConvinceMe", "description": "This extension adds the link you are on to a debate on ConvinceMe", "version": "1.0.0", "icons": { "128": "chrome_icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Debate this page", "default_icon": "chrome_icon_mini.png", "default_popup": "popup.html" }, "manifest_version": 2 } |