Play Africa
Play Africa - Toto everywhere
What is Play Africa?
Play Africa is a Chrome extension developed by SpoOkyJelleProductions, and its main feature is "Play Africa - Toto everywhere".
Extension Screenshots
Download Play Africa Extension CRX File
Download Play Africa 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
Click the button to play Africa - Toto
Extension Basic Information
Name | |
ID | lcmehenpfidgdkmiedneeoophmnjndhg |
Official URL | https://chromewebstore.google.com/detail/play-africa/lcmehenpfidgdkmiedneeoophmnjndhg |
Description | Play Africa - Toto everywhere |
File Size | 6.12 MB |
Installation Count | 42 |
Current Version | 0.3 |
Last Updated | 2020-09-24 |
Publish Date | 2018-05-29 |
Rating | 5.00/5 Total 5 Ratings |
Developer | SpoOkyJelleProductions |
[email protected] | |
Payment Type | free |
Extension Website | http://jelle.kootwyk.nl |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Play Africa", "version": "0.3", "manifest_version": 2, "description": "Play Africa - Toto everywhere", "icons": { "128": "logo.png" }, "browser_action": { "default_title": "elele", "default_popup": "popup.html" }, "background": { "js": [ "popup.js" ] }, "permissions": [ "tabs", "activeTab" ] } |