Chota Bheem Theme
Do What Is Right, Not What Is Easy!
Cos'è Chota Bheem Theme?
Chota Bheem Theme è un'estensione di Chrome sviluppata da http://www.appicted.in, e la sua funzione principale è "Do What Is Right, Not What Is Easy!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chota Bheem Theme
Scarica i file di estensione Chota Bheem Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pnfglbapbpdmlkolnghkdjciaddckmme |
URL Ufficiale | https://chrome.google.com/webstore/detail/chota-bheem-theme/pnfglbapbpdmlkolnghkdjciaddckmme |
Descrizione | Do What Is Right, Not What Is Easy! |
Dimensione del File | 318 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2018-11-24 |
Data di Pubblicazione | 2018-11-24 |
Sviluppatore | http://www.appicted.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://skl.sh/2EwIG38 |
URL della Pagina di Aiuto | http://www.appicted.in |
Lingue Supportate | 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" } |