MyFotos Internet Search
Set and change new tab background.
Vad är MyFotos Internet Search?
MyFotos Internet Search är en Chrome-tillägg utvecklad av MyFotos, och dess huvudfunktion är "Set and change new tab background.".
Tilläggsskärmbilder
Ladda ner MyFotos Internet Search-förlängningens CRX-fil
Ladda ner MyFotos Internet Search-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
MyFotos Internet Search allows you to pick any image from the settings and save it as a background of new tab. Images are taken from Free stock photos pexels.com
By clicking "Add to Chrome", I accept and agree to installing the "MyFotos Internet Search" Chrome extension and setting Chrome™ new tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy
Search results will be provided by Microsoft Bing.
Terms & Conditions: https://myfotos.net/terms.php
Privacy Policy: https://myfotos.net/privacy.php Grundläggande Information om Tillägg
| Namn | |
| ID | fnmckdpliodfjheofaceadijdbpgnmnf |
| Officiell webbadress | https://chromewebstore.google.com/detail/myfotos-internet-search/fnmckdpliodfjheofaceadijdbpgnmnf |
| Beskrivning | Set and change new tab background. |
| Filstorlek | 3.4 MB |
| Antal Installationer | 11,050 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2023-08-13 |
| Publiceringsdatum | 2023-08-04 |
| Betyg | 5.00/5 Totalt 12 Betyg |
| Utvecklare | MyFotos |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://myfotos.net/ |
| Hjälpsida URL | https://myfotos.net/contact.php |
| URL till Sekretesspolicy Sidan | https://myfotos.net/privacy.php |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MyFotos Internet Search",
"author": "MyFotos",
"version": "0.0.3",
"description": "Set and change new tab background.",
"icons": {
"16": "assets\/icons\/icon16.png",
"28": "assets\/icons\/icon28.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"64": "assets\/icons\/icon64.png",
"96": "assets\/icons\/icon96.png",
"128": "assets\/icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "options.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
}
} | |