Random Cartoon Picker
Selects a random episode from the Episode List on watchcartoononline.com.
Wat is Random Cartoon Picker?
Random Cartoon Picker is een Chrome-extensie ontwikkeld door @Micah, en de belangrijkste functie is "Selects a random episode from the Episode List on watchcartoononline.com.".
Download het CRX-bestand van de extensie Random Cartoon Picker
Download Random Cartoon Picker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Navigate to watchcartoononline.com and select your favorite program. Click the Random Cartoon Picker icon and a randomly selected episode will be chosen from the Episode List and opened in a new browser tab.
Basisinformatie over de Extensie
Naam | |
ID | afmpfjpbnbofmamepllkolhajgcmnffd |
Officiële URL | https://chrome.google.com/webstore/detail/random-cartoon-picker/afmpfjpbnbofmamepllkolhajgcmnffd |
Beschrijving | Selects a random episode from the Episode List on watchcartoononline.com. |
Bestandsgrootte | 66.07 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-09-25 |
Publicatiedatum | 2014-09-25 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | @Micah |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Cartoon Picker", "description": "Selects a random episode from the Episode List on watchcartoononline.com.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |