BTS Bangtan Boys new tab
new tab to custom HD BTS Bangtan Boy background.
Vad är BTS Bangtan Boys new tab?
BTS Bangtan Boys new tab är en Chrome-tillägg utvecklad av ermde, och dess huvudfunktion är "new tab to custom HD BTS Bangtan Boy background.".
Tilläggsskärmbilder
Ladda ner BTS Bangtan Boys new tab-förlängningens CRX-fil
Ladda ner BTS Bangtan Boys new tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
BTS HD Wallpapers' new tab extension brings a new look to your Chrome New Tab.
By Installing this extension changes your default new tab with beautiful BTS HD Wallpapers, a multifunctional & user-friendly new tab.
Features of BTS HD Wallpapers extension:
Customized new tab page featuring BTS wallpapers in hd quality. Grundläggande Information om Tillägg
| Namn | |
| ID | pockacimadmbbcfpbleekfkacbdebimj |
| Officiell webbadress | https://chromewebstore.google.com/detail/bts-bangtan-boys-new-tab/pockacimadmbbcfpbleekfkacbdebimj |
| Beskrivning | new tab to custom HD BTS Bangtan Boy background. |
| Filstorlek | 60.83 KB |
| Antal Installationer | 465 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2022-09-15 |
| Publiceringsdatum | 2020-09-30 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | ermde |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.raynt.com/ |
| Hjälpsida URL | https://www.raynt.com/p/report.html |
| URL till Sekretesspolicy Sidan | https://www.raynt.com/p/privacy-policy.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BTS Bangtan Boys new tab",
"version": "1.0.2",
"description": "new tab to custom HD BTS Bangtan Boy background.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "BTS Bangtan Boys new tab",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png"
}
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |