Random Tv Tropes Page
Opens a random Tv Tropes Page. YMMV
What is Random Tv Tropes Page?
Random Tv Tropes Page is a Chrome extension developed by Pong, and its main feature is "Opens a random Tv Tropes Page. YMMV".
Extension Screenshots
Download Random Tv Tropes Page Extension CRX File
Download Random Tv Tropes Page 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
Productivity beware! This extension creates a button that will take you to a random Tv Tropes page! Use this wisely! Note: I am not responsible for any use of it... you know what? I strongly suggest that nobody uses this extension. EVER.
Extension Basic Information
Name | Random Tv Tropes Page |
ID | pbgmdilimejkhndfhekpombdcbagldoe |
Official URL | https://chromewebstore.google.com/detail/random-tv-tropes-page/pbgmdilimejkhndfhekpombdcbagldoe |
Description | Opens a random Tv Tropes Page. YMMV |
File Size | 20.1 KB |
Installation Count | 29 |
Current Version | 1.0 |
Last Updated | 2012-11-29 |
Publish Date | 2012-11-29 |
Rating | 2.00/5 Total 2 Ratings |
Developer | Pong |
Payment Type | free |
Extension Website | http://tvtropes.com/ |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Tv Tropes Page", "version": "1.0", "manifest_version": 2, "description": "Opens a random Tv Tropes Page. YMMV", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" } } |