Equal Twitter
Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between.
What is Equal Twitter?
Equal Twitter is a Chrome extension developed by Hendra Susanto, and its main feature is "Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between.".
Extension Screenshots
Download Equal Twitter Extension CRX File
Download Equal Twitter 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
Twitter verified badge has long been a subject for debate. Some people like it, some hate it. Some people are not sure how to get their account verified, some people are verified without any obvious reason. Why not make everyone in Twitter equal? Using this extension, you can do it. Either set everyone as verified, or remove the verified badge from everyone. It's your choice.
Extension Basic Information
Name | Equal Twitter |
ID | kofnnmoilpjbdcpgpfldmonmcmemkbip |
Official URL | https://chromewebstore.google.com/detail/equal-twitter/kofnnmoilpjbdcpgpfldmonmcmemkbip |
Description | Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between. |
File Size | 17.23 KB |
Installation Count | 42 |
Current Version | 0.0.2 |
Last Updated | 2017-11-17 |
Publish Date | 2017-11-17 |
Rating | 3.25/5 Total 4 Ratings |
Developer | Hendra Susanto |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/benhanks040888/equal-twitter |
Help Page URL | https://github.com/benhanks040888/equal-twitter |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Equal Twitter", "version": "0.0.2", "manifest_version": 2, "description": "Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Equal Twitter", "default_popup": "src\/browser_action\/popup.html" }, "permissions": [ "https:\/\/*.twitter.com\/*", "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |