NoTabsForYou - Block new tabs
No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.
Vad är NoTabsForYou - Block new tabs?
NoTabsForYou - Block new tabs är en Chrome-tillägg utvecklad av OwlCode, och dess huvudfunktion är "No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.".
Tilläggsskärmbilder
Ladda ner NoTabsForYou - Block new tabs-förlängningens CRX-fil
Ladda ner NoTabsForYou - Block new tabs-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
Prevent/Block new tabs from opening on your favorite web sites. Enable or Disable for specific web sites. #tabblock #tab #block #adblock #popup
Grundläggande Information om Tillägg
Namn | |
ID | ncapabnkhdeokiebjnkebakomockhohf |
Officiell webbadress | https://chromewebstore.google.com/detail/notabsforyou-block-new-ta/ncapabnkhdeokiebjnkebakomockhohf |
Beskrivning | No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites. |
Filstorlek | 96.31 KB |
Antal Installationer | 71 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2023-05-17 |
Publiceringsdatum | 2023-05-17 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | OwlCode |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou |
URL till Sekretesspolicy Sidan | https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou/blob/main/Privacy%20Policy |
Stödda Språk | en,en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "interface.html", "icons": { "128": "logo_active.png", "48": "logo_active48.png" } }, "background": { "service_worker": "background.js" }, "name": "__MSG_appName__", "version": "0.1", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "tabs", "storage" ] } |