Open All Trends
Opens all Twitter trends in a new tab with a single click.
What is Open All Trends?
Open All Trends is a Chrome extension developed by https://klivk.com, and its main feature is "Opens all Twitter trends in a new tab with a single click.".
Extension Screenshots
Download Open All Trends Extension CRX File
Download Open All Trends 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
Built for trend addicts this extension adds a button to Twitter which opens all trending topics in a new tab with a single click.
Extension Basic Information
Name | Open All Trends |
ID | dgomcbkojfbididkgeaildpcmoehpajo |
Official URL | https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo |
Description | Opens all Twitter trends in a new tab with a single click. |
File Size | 38.62 KB |
Installation Count | 52 |
Current Version | 1.0.0.3 |
Last Updated | 2013-02-10 |
Publish Date | 2013-02-10 |
Developer | https://klivk.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://serdar.work/chrome-extensions/privacy-policy.html |
Supported Languages | en,tr |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.0.3", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "homepage_url": "http:\/\/klivk.com\/open-all-trends" } |