Justin Bieber Theme
Don't you give up Nah Nah Nah, I won't give up Nah Nah Nah, Let Me Love You!
Justin Bieber Themeとは何ですか?
Justin Bieber Themeはhttp://www.appicted.inによって開発されたChromeの拡張機能で、その主な機能は「Don't you give up Nah Nah Nah, I won't give up Nah Nah Nah, Let Me Love You!」です。
拡張機能のスクリーンショット
Justin Bieber Theme拡張機能のCRXファイルをダウンロード
Justin Bieber Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check out more of my work at: http://www.appicted.in/ None of the images used in the theme are owned by the owner of this theme.
拡張機能の基本情報
名前 | |
ID | elfhljdjgjilhfohmdjgmekehdmcfigb |
公式URL | https://chrome.google.com/webstore/detail/justin-bieber-theme/elfhljdjgjilhfohmdjgmekehdmcfigb |
説明 | Don't you give up Nah Nah Nah, I won't give up Nah Nah Nah, Let Me Love You! |
ファイルサイズ | 157 KB |
インストール数 | 39 |
現在のバージョン | 0.0.1 |
最終更新日 | 2018-11-29 |
公開日 | 2018-11-29 |
開発者 | http://www.appicted.in |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.appicted.in/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "description": "Don't you give up Nah Nah Nah, I won't give up Nah Nah Nah, Let Me Love You!", "name": "Justin Bieber Theme", "browser_action": { "default_icon": "icon.png", "default_title": "Justin Bieber" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "newTab.html" }, "icons": { "64": "smallIcon.png", "128": "icon.png" }, "incognito": "split" } |