Danny Devito New Tab Actor Theme
Install this extension to get HD images of Danny Devito on every new tab background!
What is Danny Devito New Tab Actor Theme?
Danny Devito New Tab Actor Theme is a Chrome extension developed by Brand Thunder Tabs, and its main feature is "Install this extension to get HD images of Danny Devito on every new tab background!".
Extension Screenshots
Download Danny Devito New Tab Actor Theme Extension CRX File
Download Danny Devito New Tab Actor 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
Install this extension to get HD images of DANNY DEVITO on every new tab background! QUESTIONS? -> [email protected] With our extension, you get a high-res new tab experience. We are search and ad supported.
Extension Basic Information
Name | |
ID | ipdieadamjbdfnbckcjbekpehcjdefdp |
Official URL | https://chrome.google.com/webstore/detail/danny-devito-new-tab-acto/ipdieadamjbdfnbckcjbekpehcjdefdp |
Description | Install this extension to get HD images of Danny Devito on every new tab background! |
File Size | 40.8 KB |
Installation Count | 43 |
Current Version | 4.0.7 |
Last Updated | 2020-06-15 |
Publish Date | 2020-06-15 |
Developer | Brand Thunder Tabs |
[email protected] | |
Payment Type | free |
Help Page URL | https://support.brandthunder.com |
Privacy Policy Page URL | http://brandthunder.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Danny Devito New Tab Actor Theme", "version": "4.0.7", "description": "Install this extension to get HD images of Danny Devito on every new tab background!", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Danny Devito New Tab Actor Theme", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "options_ui": { "page": "options.html", "chrome_style": true }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |