Chota Bheem Theme
Do What Is Right, Not What Is Easy!
What is Chota Bheem Theme?
Chota Bheem Theme is a Chrome extension developed by http://www.appicted.in, and its main feature is "Do What Is Right, Not What Is Easy!".
Extension Screenshots
Download Chota Bheem Theme Extension CRX File
Download Chota Bheem Theme 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
Check out more of my work here: www.appicted.in If you like my work then please consider donating: Paypal - [email protected] No copyright infringement intented.
Extension Basic Information
Name | |
ID | pnfglbapbpdmlkolnghkdjciaddckmme |
Official URL | https://chrome.google.com/webstore/detail/chota-bheem-theme/pnfglbapbpdmlkolnghkdjciaddckmme |
Description | Do What Is Right, Not What Is Easy! |
File Size | 318 KB |
Installation Count | 52 |
Current Version | 0.0.1 |
Last Updated | 2018-11-24 |
Publish Date | 2018-11-24 |
Developer | http://www.appicted.in |
[email protected] | |
Payment Type | free |
Extension Website | https://skl.sh/2EwIG38 |
Help Page URL | http://www.appicted.in |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "description": "Do What Is Right, Not What Is Easy!", "name": "Chota Bheem Theme", "browser_action": { "default_icon": "icon.png", "default_title": "Chota Bheem" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "newTab.html" }, "icons": { "64": "smallIcon.png", "128": "icon.png" }, "incognito": "split" } |